[X86][SSE] Enable commutation for SSE immediate blend instructions
[oota-llvm.git] / test / CodeGen / X86 / 2007-01-08-InstrSched.ll
index 58e186b4c4f80a10a8cf153f92d58f5822ea724a..4ec703921e29fab62cd34a63a6265de463978cbc 100644 (file)
@@ -1,5 +1,5 @@
 ; PR1075
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -O3 | FileCheck %s
+; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin -O3 | FileCheck %s
 
 define float @foo(float %x) nounwind {
     %tmp1 = fmul float %x, 3.000000e+00
@@ -11,12 +11,12 @@ define float @foo(float %x) nounwind {
     %tmp14 = fadd float %tmp12, %tmp7
     ret float %tmp14
 
-; CHECK: mulss LCPI1_0(%rip)
-; CHECK: mulss LCPI1_1(%rip)
+; CHECK: mulss
+; CHECK: mulss
+; CHECK: mulss
+; CHECK: mulss
 ; CHECK: addss
-; CHECK: mulss LCPI1_2(%rip)
 ; CHECK: addss
-; CHECK: mulss LCPI1_3(%rip)
 ; CHECK: addss
 ; CHECK: ret
 }