[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2002-12-23-LocalRAProblem.llx 2002-12-23-SubProblem.llx 2003-08-03-CallArgLiveRanges.llx 2004-02-08-UnwindSupport.llx

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 4 12:55:51 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/X86:

2002-12-23-LocalRAProblem.llx updated: 1.4 -> 1.5
2002-12-23-SubProblem.llx updated: 1.4 -> 1.5
2003-08-03-CallArgLiveRanges.llx updated: 1.2 -> 1.3
2004-02-08-UnwindSupport.llx updated: 1.1 -> 1.2
---
Log message:

None of these tests should require a working lli, they are codegen tests,
not execution tests.


---
Diffs of the changes:  (+4 -5)

 2002-12-23-LocalRAProblem.llx    |    3 +--
 2002-12-23-SubProblem.llx        |    2 +-
 2003-08-03-CallArgLiveRanges.llx |    2 +-
 2004-02-08-UnwindSupport.llx     |    2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/2002-12-23-LocalRAProblem.llx
diff -u llvm/test/Regression/CodeGen/X86/2002-12-23-LocalRAProblem.llx:1.4 llvm/test/Regression/CodeGen/X86/2002-12-23-LocalRAProblem.llx:1.5
--- llvm/test/Regression/CodeGen/X86/2002-12-23-LocalRAProblem.llx:1.4	Thu Oct  2 01:13:19 2003
+++ llvm/test/Regression/CodeGen/X86/2002-12-23-LocalRAProblem.llx	Thu Aug  4 14:55:39 2005
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | lli -force-interpreter=false -regalloc=simple
-;-print-machineinstrs 
+; RUN: llvm-as < %s | llc -march=x86 -regalloc=simple
 
 int %main() {
 	%A = add int 0, 0   ; %A = 0


Index: llvm/test/Regression/CodeGen/X86/2002-12-23-SubProblem.llx
diff -u llvm/test/Regression/CodeGen/X86/2002-12-23-SubProblem.llx:1.4 llvm/test/Regression/CodeGen/X86/2002-12-23-SubProblem.llx:1.5
--- llvm/test/Regression/CodeGen/X86/2002-12-23-SubProblem.llx:1.4	Thu Oct  2 01:13:19 2003
+++ llvm/test/Regression/CodeGen/X86/2002-12-23-SubProblem.llx	Thu Aug  4 14:55:39 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | lli -force-interpreter=false -regalloc=simple
+; RUN: llvm-as < %s | llc -march=x86 -regalloc=simple
 
 int %main(int %B) {
 	;%B = add int 0, 1


Index: llvm/test/Regression/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
diff -u llvm/test/Regression/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx:1.2 llvm/test/Regression/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx:1.3
--- llvm/test/Regression/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx:1.2	Mon Sep 15 15:02:53 2003
+++ llvm/test/Regression/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx	Thu Aug  4 14:55:39 2005
@@ -3,7 +3,7 @@
 ; it makes a ton of annoying overlapping live ranges.  This code should not
 ; cause spills!
 ;
-; RUN: llvm-as < %s | lli -stats 2>&1 | not grep spilled
+; RUN: llvm-as < %s | llc -march=x86 -stats 2>&1 | not grep spilled
 
 target endian = little
 target pointersize = 32


Index: llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx
diff -u llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx:1.1 llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx:1.2
--- llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx:1.1	Sun Feb  8 13:40:58 2004
+++ llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx	Thu Aug  4 14:55:39 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | lli -enable-correct-eh-support
+; RUN: llvm-as < %s | llc -enable-correct-eh-support
 
 int %test() {
   unwind






More information about the llvm-commits mailing list