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 | f10e9510577101a19f0c358971df885c13122a41 (patch) | |
tree | 9d6b6879ff5776b8ae0658f5988cd09d2908ac19 /test | |
parent | 2366405a72805b5c56ad2cb5f4675b7205bc644b (diff) | |
download | external_llvm-f10e9510577101a19f0c358971df885c13122a41.zip external_llvm-f10e9510577101a19f0c358971df885c13122a41.tar.gz external_llvm-f10e9510577101a19f0c358971df885c13122a41.tar.bz2 |
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.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pre-split2.ll b/test/CodeGen/X86/pre-split2.ll index 57903fd..1d69aa8 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: |