This test is not interesting.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 15 Feb 2008 23:06:21 +0000 (23:06 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 15 Feb 2008 23:06:21 +0000 (23:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47189 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/coalescer-commute2.ll [deleted file]

diff --git a/test/CodeGen/X86/coalescer-commute2.ll b/test/CodeGen/X86/coalescer-commute2.ll
deleted file mode 100644 (file)
index f90ab9e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 -coalescer-commute-instrs | grep movsd | count 4
-
-define i32 @main(i32 %argc, i8** %argv) nounwind  {
-entry:
-       br label %bb145.us.i.i
-
-bb145.us.i.i:          ; preds = %bb145.us.i.i, %entry
-       %seed.3.reg2mem.0.us.i.i = phi double [ 0.000000e+00, %entry ], [ %tmp9.i.us.i.i, %bb145.us.i.i ]               ; <double> [#uses=1]
-       %tmp2.i13.us.i.i = mul double %seed.3.reg2mem.0.us.i.i, 1.680700e+04            ; <double> [#uses=1]
-       %tmp3.i.us.i.i = add double %tmp2.i13.us.i.i, 1.000000e+00              ; <double> [#uses=1]
-       %tmp6.i15.us.i.i = call double @floor( double 0.000000e+00 ) nounwind readnone          ; <double> [#uses=1]
-       %tmp7.i16.us.i.i = mul double %tmp6.i15.us.i.i, 0xC1DFFFFFFFC00000              ; <double> [#uses=1]
-       %tmp9.i.us.i.i = add double %tmp7.i16.us.i.i, %tmp3.i.us.i.i            ; <double> [#uses=2]
-       %tmp5.i12.us.i.i = mul double %tmp9.i.us.i.i, 2.000000e+00              ; <double> [#uses=1]
-       %tmp6.i.us.i.i = fdiv double %tmp5.i12.us.i.i, 0x41DFFFFFFFC00000               ; <double> [#uses=1]
-       %tmp8.i.us.i.i = add double %tmp6.i.us.i.i, -1.000000e+00               ; <double> [#uses=1]
-       store double %tmp8.i.us.i.i, double* null, align 8
-       br label %bb145.us.i.i
-}
-
-declare double @floor(double) nounwind readnone