[llvm-commits] [llvm] r82130 - in /llvm/trunk/test/CodeGen/X86: 2002-12-23-LocalRAProblem.ll 2002-12-23-SubProblem.ll

Daniel Dunbar daniel at zuster.org
Wed Sep 16 23:37:08 PDT 2009


Author: ddunbar
Date: Thu Sep 17 01:37:07 2009
New Revision: 82130

URL: http://llvm.org/viewvc/llvm-project?rev=82130&view=rev
Log:
Remove test cases using -regalloc=simple.

Removed:
    llvm/trunk/test/CodeGen/X86/2002-12-23-LocalRAProblem.ll
    llvm/trunk/test/CodeGen/X86/2002-12-23-SubProblem.ll

Removed: llvm/trunk/test/CodeGen/X86/2002-12-23-LocalRAProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2002-12-23-LocalRAProblem.ll?rev=82129&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2002-12-23-LocalRAProblem.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2002-12-23-LocalRAProblem.ll (removed)
@@ -1,15 +0,0 @@
-; RUN: llc < %s -march=x86 -regalloc=simple
-
-define i32 @main() {
-	; %A = 0
-        %A = add i32 0, 0		; <i32> [#uses=1]
-        ; %B = 1
-	%B = add i32 0, 1		; <i32> [#uses=2]
-	br label %bb1
-bb1:		; preds = %0
-        ; %X = 0*1 = 0
- 	%X = mul i32 %A, %B		; <i32> [#uses=0]
-        ; %r = 0
-	%R = sub i32 %B, 1		; <i32> [#uses=1]
-	ret i32 %R
-}

Removed: llvm/trunk/test/CodeGen/X86/2002-12-23-SubProblem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2002-12-23-SubProblem.ll?rev=82129&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2002-12-23-SubProblem.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2002-12-23-SubProblem.ll (removed)
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=x86 -regalloc=simple
-
-define i32 @main(i32 %B) {
-        ;%B = add i32 0, 1;
-        %R = sub i32 %B, 1 ; %r = 0
-        ret i32 %R
-}





More information about the llvm-commits mailing list