summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/constant-pool-remat-0.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-08-13 23:54:16 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-08-13 23:54:16 +0000
commit1f808011e058352ecbc3efc76edb5502407ea3b1 (patch)
tree548f55a1406d1428db9b5db660e48e0faddaa4cc /test/CodeGen/X86/constant-pool-remat-0.ll
parent549f27d3070195d6647b796841a5291b4549e8e0 (diff)
downloadllvm-1f808011e058352ecbc3efc76edb5502407ea3b1.tar.gz
llvm-1f808011e058352ecbc3efc76edb5502407ea3b1.tar.bz2
llvm-1f808011e058352ecbc3efc76edb5502407ea3b1.tar.xz
Now capable of rematerializing coalesced live intervals.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41061 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.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/constant-pool-remat-0.ll b/test/CodeGen/X86/constant-pool-remat-0.ll
index d5af99ef9f..e6d6861375 100644
--- a/test/CodeGen/X86/constant-pool-remat-0.ll
+++ b/test/CodeGen/X86/constant-pool-remat-0.ll
@@ -1,4 +1,5 @@
; 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
declare float @qux(float %y)