[llvm-commits] [llvm] r106575 - in /llvm/trunk/test/CodeGen/X86: v-binop-widen.ll v-binop-widen2.ll
Dale Johannesen
dalej at apple.com
Tue Jun 22 13:54:03 PDT 2010
Author: johannes
Date: Tue Jun 22 15:54:03 2010
New Revision: 106575
URL: http://llvm.org/viewvc/llvm-project?rev=106575&view=rev
Log:
Add SSE so these actually pass on non-X86 hosts.
Modified:
llvm/trunk/test/CodeGen/X86/v-binop-widen.ll
llvm/trunk/test/CodeGen/X86/v-binop-widen2.ll
Modified: llvm/trunk/test/CodeGen/X86/v-binop-widen.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/v-binop-widen.ll?rev=106575&r1=106574&r2=106575&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/v-binop-widen.ll (original)
+++ llvm/trunk/test/CodeGen/X86/v-binop-widen.ll Tue Jun 22 15:54:03 2010
@@ -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
Modified: llvm/trunk/test/CodeGen/X86/v-binop-widen2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/v-binop-widen2.ll?rev=106575&r1=106574&r2=106575&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/v-binop-widen2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/v-binop-widen2.ll Tue Jun 22 15:54:03 2010
@@ -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
More information about the llvm-commits
mailing list