Add SSE so these actually pass on non-X86 hosts.
authorDale Johannesen <dalej@apple.com>
Tue, 22 Jun 2010 20:54:03 +0000 (20:54 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 22 Jun 2010 20:54:03 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106575 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/v-binop-widen.ll
test/CodeGen/X86/v-binop-widen2.ll

index 2a9e6868340ae34f8bef71165a22c09146d2a2a4..3bee7007749cf917779807e64603953871cbb330 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 < %s | FileCheck %s
+; RUN: llc -march=x86 -mattr=+sse < %s | FileCheck %s
 ; CHECK: divss
 ; CHECK: divps
 ; CHECK: divps
index fa4eb49dd6f75a29b2e82b61feafa155e6229bf8..ae3f55a316fa59dc076085dbad3320aff916e743 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 < %s | FileCheck %s
+; RUN: llc -march=x86 -mattr=+sse < %s | FileCheck %s
 
 %vec = type <6 x float>
 ; CHECK: divss