summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/constant-pool-remat-0.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-08-14 09:16:00 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-08-14 09:16:00 +0000
commit606b91de6cbef3c1ad75b14c97a198920daefc74 (patch)
tree556da3c65a5523ebfb1a171bfa59183d37d777bc /test/CodeGen/X86/constant-pool-remat-0.ll
parentfff3e191b959bfc00e266b47f5c142464bb50ebf (diff)
downloadllvm-606b91de6cbef3c1ad75b14c97a198920daefc74.tar.gz
llvm-606b91de6cbef3c1ad75b14c97a198920daefc74.tar.bz2
llvm-606b91de6cbef3c1ad75b14c97a198920daefc74.tar.xz
Update test case. A spill should now be deleted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/constant-pool-remat-0.ll')
-rw-r--r--test/CodeGen/X86/constant-pool-remat-0.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/constant-pool-remat-0.ll b/test/CodeGen/X86/constant-pool-remat-0.ll
index e6d6861375..f51333eb82 100644
--- a/test/CodeGen/X86/constant-pool-remat-0.ll
+++ b/test/CodeGen/X86/constant-pool-remat-0.ll
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | wc -l | grep 3
-; RUN: llvm-as < %s | llc -march=x86 | grep LCPI | wc -l | grep 3
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep LCPI | wc -l | grep 3
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats |& | grep asm-printer | grep 13
declare float @qux(float %y)