diff options
| author | Owen Anderson <resistor@mac.com> | 2008-11-19 04:28:29 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2008-11-19 04:28:29 +0000 |
| commit | 1af37c2fca9faa904e53c2d8a9273733e5578eeb (patch) | |
| tree | b2488e3f8be18666e6f7c4e7cfa8438756eae30a /llvm/test/CodeGen/X86/pre-split2.ll | |
| parent | 45535f3f22f55d53674f24bc71fa3fb8c73adeb0 (diff) | |
| download | bcm5719-llvm-1af37c2fca9faa904e53c2d8a9273733e5578eeb.tar.gz bcm5719-llvm-1af37c2fca9faa904e53c2d8a9273733e5578eeb.zip | |
Add support for rematerialization in pre-alloc-splitting.
llvm-svn: 59587
Diffstat (limited to 'llvm/test/CodeGen/X86/pre-split2.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/pre-split2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pre-split2.ll b/llvm/test/CodeGen/X86/pre-split2.ll index 57903fdb51c..1d69aa85442 100644 --- a/llvm/test/CodeGen/X86/pre-split2.ll +++ b/llvm/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: |

