Also requires -mattr=-sse3
authorEvan Cheng <evan.cheng@apple.com>
Wed, 15 Mar 2006 18:05:13 +0000 (18:05 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 15 Mar 2006 18:05:13 +0000 (18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26778 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fabs.ll
test/CodeGen/X86/fp-immediate-shorten.ll
test/CodeGen/X86/negatize_zero.ll

index 06c5a89a2e4eabadcf97d9878150dfc54f5c2fde..671862d92e1fdcccc39354fbbd6971d47b746a79 100644 (file)
@@ -1,5 +1,5 @@
 ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
-; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2 | grep 'fabs$' | wc -l | grep 2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep 'fabs$' | wc -l | grep 2
 
 declare float %fabsf(float)
 
index 966bf787500ae2225e2ec56ca2014b123636eb43..c20a2e8d58c4b86b1f6494408f6e0ff046ce3065 100644 (file)
@@ -1,5 +1,5 @@
 ;; Test that this FP immediate is stored in the constant pool as a float.
 
-; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2 | grep '.long.1123418112'
+; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep '.long.1123418112'
 
 double %D() { ret double 123.0 }
index 3c22d5b3e23874b0f34c85005811aeaa518742a6..bb86438d28665aa740001f1ea04f9ea1f635c123 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2 | grep fchs
+; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep fchs
 
 
 double %T() {