From 606b91de6cbef3c1ad75b14c97a198920daefc74 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 14 Aug 2007 09:16:00 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/constant-pool-remat-0.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/X86/constant-pool-remat-0.ll b/test/CodeGen/X86/constant-pool-remat-0.ll index e6d6861375a..f51333eb821 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)