[llvm-commits] [llvm] r48187 - in /llvm/trunk/test/CodeGen/PowerPC: 2008-03-05-RegScavengerAssert.ll 2008-03-06-KillInfo.ll Frames-alloca.ll

Bill Wendling isanbard at gmail.com
Mon Mar 10 15:59:10 PDT 2008


Author: void
Date: Mon Mar 10 17:59:08 2008
New Revision: 48187

URL: http://llvm.org/viewvc/llvm-project?rev=48187&view=rev
Log:
Update llc flags for PPC register scavenger.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll
    llvm/trunk/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll
    llvm/trunk/test/CodeGen/PowerPC/Frames-alloca.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll?rev=48187&r1=48186&r2=48187&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll Mon Mar 10 17:59:08 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin -enable-ppc-regscavenger
+; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin -enable-ppc32-regscavenger
 
 declare i8* @bar(i32)
 

Modified: llvm/trunk/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll?rev=48187&r1=48186&r2=48187&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll Mon Mar 10 17:59:08 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc64 -enable-ppc-regscavenger
+; RUN: llvm-as < %s | llc -march=ppc64 -enable-ppc64-regscavenger
 @.str242 = external constant [3 x i8]		; <[3 x i8]*> [#uses=1]
 
 define fastcc void @ParseContent(i8* %buf, i32 %bufsize) {

Modified: llvm/trunk/test/CodeGen/PowerPC/Frames-alloca.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/Frames-alloca.ll?rev=48187&r1=48186&r2=48187&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/Frames-alloca.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/Frames-alloca.ll Mon Mar 10 17:59:08 2008
@@ -1,6 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
 ; RUN:   grep {stw r31, 20(r1)}
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -enable-ppc-regscavenger | \
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -enable-ppc32-regscavenger | \
 ; RUN:   grep {stwu r1, -80(r1)}
 ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
 ; RUN:   grep {lwz r1, 0(r1)}
@@ -8,7 +8,7 @@
 ; RUN:   grep {lwz r31, 20(r1)}
 ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | \
 ; RUN:   grep {stw r31, 20(r1)}
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim -enable-ppc-regscavenger | \
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim -enable-ppc32-regscavenger | \
 ; RUN:   grep {stwu r1, -80(r1)}
 ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | \
 ; RUN:   grep {lwz r1, 0(r1)}





More information about the llvm-commits mailing list