[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll

Reid Spencer reid at x10sys.com
Fri Jan 5 08:45:29 PST 2007



Changes in directory llvm/test/Regression/CodeGen/X86:

sse-fcopysign.ll updated: 1.1 -> 1.2
---
Log message:

Give the assembler some input.


---
Diffs of the changes:  (+4 -3)

 sse-fcopysign.ll |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
diff -u llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll:1.1 llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll:1.2
--- llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll:1.1	Fri Jan  5 02:12:59 2007
+++ llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll	Fri Jan  5 10:45:06 2007
@@ -1,6 +1,7 @@
-; RUN: llvm-as | llc -march=x86 -mattr=+sse2 &&
-; RUN: llvm-as | llc -march=x86 -mattr=+sse2 | grep pslldq | wc -l | grep 1 &&
-; RUN: llvm-as | llc -march=x86 -mattr=+sse2 | not getp test
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 &&
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | \
+; RUN:    grep pslldq | wc -l | grep 1 &&
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not getp test
 
 define float %test1(float %a, float %b) {
 	%tmp = tail call float %copysignf( float %b, float %a )






More information about the llvm-commits mailing list