summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-01-08-InstrSched.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-03-18 06:55:42 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-03-18 06:55:42 +0000
commitbdc652bab899d86f2181ed30caf689e43237ffb3 (patch)
tree2f4676a87a2ab0433d4364f5ca0dcd03e9adc6a1 /test/CodeGen/X86/2007-01-08-InstrSched.ll
parentb5f6feba804129f67f616307a560d76b76e44ad3 (diff)
downloadllvm-bdc652bab899d86f2181ed30caf689e43237ffb3.tar.gz
llvm-bdc652bab899d86f2181ed30caf689e43237ffb3.tar.bz2
llvm-bdc652bab899d86f2181ed30caf689e43237ffb3.tar.xz
Turning off post-ra scheduling for x86. It isn't a consistent win.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-01-08-InstrSched.ll')
-rw-r--r--test/CodeGen/X86/2007-01-08-InstrSched.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/CodeGen/X86/2007-01-08-InstrSched.ll b/test/CodeGen/X86/2007-01-08-InstrSched.ll
index 317ed0a4f7..58e186b4c4 100644
--- a/test/CodeGen/X86/2007-01-08-InstrSched.ll
+++ b/test/CodeGen/X86/2007-01-08-InstrSched.ll
@@ -11,12 +11,12 @@ define float @foo(float %x) nounwind {
%tmp14 = fadd float %tmp12, %tmp7
ret float %tmp14
-; CHECK: mulss LCPI1_3(%rip)
-; CHECK-NEXT: mulss LCPI1_0(%rip)
-; CHECK-NEXT: mulss LCPI1_1(%rip)
-; CHECK-NEXT: mulss LCPI1_2(%rip)
-; CHECK-NEXT: addss
-; CHECK-NEXT: addss
-; CHECK-NEXT: addss
-; CHECK-NEXT: ret
+; CHECK: mulss LCPI1_0(%rip)
+; CHECK: mulss LCPI1_1(%rip)
+; CHECK: addss
+; CHECK: mulss LCPI1_2(%rip)
+; CHECK: addss
+; CHECK: mulss LCPI1_3(%rip)
+; CHECK: addss
+; CHECK: ret
}