[llvm-commits] [llvm] r144458 - /llvm/trunk/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Sat Nov 12 11:53:46 PST 2011


Author: stoklund
Date: Sat Nov 12 13:53:45 2011
New Revision: 144458

URL: http://llvm.org/viewvc/llvm-project?rev=144458&view=rev
Log:
Remove old test that doesn't make sense.

The test is checking that the output doesn't contains any 'mov '
strings. It does contain movl, though.

Removed:
    llvm/trunk/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll

Removed: llvm/trunk/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll?rev=144457&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll (removed)
@@ -1,13 +0,0 @@
-; Linear scan does not currently coalesce any two variables that have
-; overlapping live intervals. When two overlapping intervals have the same
-; value, they can be joined though.
-;
-; RUN: llc < %s -march=x86 -regalloc=linearscan | \
-; RUN:   not grep {mov %\[A-Z\]\\\{2,3\\\}, %\[A-Z\]\\\{2,3\\\}}
-
-define i64 @test(i64 %x) {
-entry:
-        %tmp.1 = mul i64 %x, 4294967297         ; <i64> [#uses=1]
-        ret i64 %tmp.1
-}
-





More information about the llvm-commits mailing list