summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-11-19 04:28:29 +0000
committerOwen Anderson <resistor@mac.com>2008-11-19 04:28:29 +0000
commit75fa96bb7127f5797873cb7482ecdf6b82eeef5a (patch)
tree9d6b6879ff5776b8ae0658f5988cd09d2908ac19 /test
parent911cfdb7d7710ddc29aa3e37931d0bc03af5a7e7 (diff)
downloadllvm-75fa96bb7127f5797873cb7482ecdf6b82eeef5a.tar.gz
llvm-75fa96bb7127f5797873cb7482ecdf6b82eeef5a.tar.bz2
llvm-75fa96bb7127f5797873cb7482ecdf6b82eeef5a.tar.xz
Add support for rematerialization in pre-alloc-splitting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59587 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/pre-split2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pre-split2.ll b/test/CodeGen/X86/pre-split2.ll
index 57903fdb51..1d69aa8544 100644
--- a/test/CodeGen/X86/pre-split2.ll
+++ b/test/CodeGen/X86/pre-split2.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \
-; RUN: not grep {pre-alloc-split}
+; RUN: grep {pre-alloc-split} | count 2
define i32 @t() {
entry: