Implementation of +sse -sse2 has changed; add
authorDale Johannesen <dalej@apple.com>
Sun, 23 Sep 2007 14:58:14 +0000 (14:58 +0000)
committerDale Johannesen <dalej@apple.com>
Sun, 23 Sep 2007 14:58:14 +0000 (14:58 +0000)
-sse to preserve intent of this test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42247 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fabs.ll

index 4b588620f94185182f9fe80dfa700673471431df..fd7585bdb9320697526742c151fddbe75fc92fdc 100644 (file)
@@ -1,8 +1,8 @@
 ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | \
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3,-sse | \
 ; RUN:   grep fabs\$ | count 1
 ; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN:   llc -march=x86 -mattr=-sse2,-sse3 -enable-unsafe-fp-math  | \
+; RUN:   llc -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math  | \
 ; RUN:   grep fabs\$ | count 2
 
 target endian = little