[llvm-commits] [llvm] r82130 - in /llvm/trunk/test/CodeGen/X86: 2002-12-23-LocalRAProblem.ll 2002-12-23-SubProblem.ll
Evan Cheng
evan.cheng at apple.com
Wed Sep 16 23:57:00 PDT 2009
Doh. Thanks.
Evan
On Sep 16, 2009, at 11:37 PM, Daniel Dunbar wrote:
> 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
> -}
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list