[llvm-commits] CVS: llvm/test/Regression/LLC/2002-04-14-UnexpectedUnsignedType.ll 2002-04-16-StackFrameSizeAlignment.ll 2003-05-27-phifcmpd.ll 2003-05-27-useboolinotherbb.ll 2003-05-27-usefsubasbool.ll 2003-05-28-ManyArgs.ll 2003-05-30-BadFoldGEP.ll 2003-05-30-BadPreselectPhi.ll 2003-07-06-BadIntCmp.ll 2003-07-07-BadLongConst.ll 2003-07-08-BadCastToBool.ll 2003-07-29-BadConstSbyte.ll BurgBadRegAlloc.ll badCallArgLRLLVM.ll badFoldGEP.ll badarg6.ll badlive.ll constindices.ll fwdtwice.ll negintconst.ll sched.ll select.ll spillccr.ll

Tanya Brethour tbrethou at cs.uiuc.edu
Sat Nov 6 15:06:04 PST 2004



Changes in directory llvm/test/Regression/LLC:

2002-04-14-UnexpectedUnsignedType.ll updated: 1.1 -> 1.2
2002-04-16-StackFrameSizeAlignment.ll updated: 1.1 -> 1.2
2003-05-27-phifcmpd.ll updated: 1.1 -> 1.2
2003-05-27-useboolinotherbb.ll updated: 1.1 -> 1.2
2003-05-27-usefsubasbool.ll updated: 1.1 -> 1.2
2003-05-28-ManyArgs.ll updated: 1.1 -> 1.2
2003-05-30-BadFoldGEP.ll updated: 1.1 -> 1.2
2003-05-30-BadPreselectPhi.ll updated: 1.1 -> 1.2
2003-07-06-BadIntCmp.ll updated: 1.1 -> 1.2
2003-07-07-BadLongConst.ll updated: 1.1 -> 1.2
2003-07-08-BadCastToBool.ll updated: 1.2 -> 1.3
2003-07-29-BadConstSbyte.ll updated: 1.2 -> 1.3
BurgBadRegAlloc.ll updated: 1.3 -> 1.4
badCallArgLRLLVM.ll updated: 1.1 -> 1.2
badFoldGEP.ll updated: 1.2 -> 1.3
badarg6.ll updated: 1.1 -> 1.2
badlive.ll updated: 1.2 -> 1.3
constindices.ll updated: 1.4 -> 1.5
fwdtwice.ll updated: 1.1 -> 1.2
negintconst.ll updated: 1.2 -> 1.3
sched.ll updated: 1.2 -> 1.3
select.ll updated: 1.9 -> 1.10
spillccr.ll updated: 1.3 -> 1.4
---
Log message:

Adding RUN lines.


---
Diffs of the changes:  (+46 -0)

Index: llvm/test/Regression/LLC/2002-04-14-UnexpectedUnsignedType.ll
diff -u llvm/test/Regression/LLC/2002-04-14-UnexpectedUnsignedType.ll:1.1 llvm/test/Regression/LLC/2002-04-14-UnexpectedUnsignedType.ll:1.2
--- llvm/test/Regression/LLC/2002-04-14-UnexpectedUnsignedType.ll:1.1	Sun Apr 14 01:22:59 2002
+++ llvm/test/Regression/LLC/2002-04-14-UnexpectedUnsignedType.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ; This causes the backend to assert out with:
 ; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type"'
 ;


Index: llvm/test/Regression/LLC/2002-04-16-StackFrameSizeAlignment.ll
diff -u llvm/test/Regression/LLC/2002-04-16-StackFrameSizeAlignment.ll:1.1 llvm/test/Regression/LLC/2002-04-16-StackFrameSizeAlignment.ll:1.2
--- llvm/test/Regression/LLC/2002-04-16-StackFrameSizeAlignment.ll:1.1	Tue Apr 16 00:58:24 2002
+++ llvm/test/Regression/LLC/2002-04-16-StackFrameSizeAlignment.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ; Compiling this file produces:
 ; Sparc.cpp:91: failed assertion `(offset - OFFSET) % getStackFrameSizeAlignment() == 0'
 ;


Index: llvm/test/Regression/LLC/2003-05-27-phifcmpd.ll
diff -u llvm/test/Regression/LLC/2003-05-27-phifcmpd.ll:1.1 llvm/test/Regression/LLC/2003-05-27-phifcmpd.ll:1.2
--- llvm/test/Regression/LLC/2003-05-27-phifcmpd.ll:1.1	Wed May 28 08:54:41 2003
+++ llvm/test/Regression/LLC/2003-05-27-phifcmpd.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date: May 28, 2003.
 ;; From: test/Programs/MultiSource/McCat-05-eks/QRfact.c
 ;; Function: Matrix QRiterate(Matrix A, Matrix U)


Index: llvm/test/Regression/LLC/2003-05-27-useboolinotherbb.ll
diff -u llvm/test/Regression/LLC/2003-05-27-useboolinotherbb.ll:1.1 llvm/test/Regression/LLC/2003-05-27-useboolinotherbb.ll:1.2
--- llvm/test/Regression/LLC/2003-05-27-useboolinotherbb.ll:1.1	Wed May 28 08:54:41 2003
+++ llvm/test/Regression/LLC/2003-05-27-useboolinotherbb.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date:     May 27, 2003.
 ;; From:     Variant of 2003-05-27-usefsubasbool.ll
 ;; 


Index: llvm/test/Regression/LLC/2003-05-27-usefsubasbool.ll
diff -u llvm/test/Regression/LLC/2003-05-27-usefsubasbool.ll:1.1 llvm/test/Regression/LLC/2003-05-27-usefsubasbool.ll:1.2
--- llvm/test/Regression/LLC/2003-05-27-usefsubasbool.ll:1.1	Wed May 28 08:54:41 2003
+++ llvm/test/Regression/LLC/2003-05-27-usefsubasbool.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date: May 27, 2003.
 ;; From: test/Programs/MultiSource/McCat-05-eks/QRfact.c
 ;; Function: Matrix QRiterate(Matrix A, Matrix U)


Index: llvm/test/Regression/LLC/2003-05-28-ManyArgs.ll
diff -u llvm/test/Regression/LLC/2003-05-28-ManyArgs.ll:1.1 llvm/test/Regression/LLC/2003-05-28-ManyArgs.ll:1.2
--- llvm/test/Regression/LLC/2003-05-28-ManyArgs.ll:1.1	Fri May 30 23:45:56 2003
+++ llvm/test/Regression/LLC/2003-05-28-ManyArgs.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date:     May 28, 2003.
 ;; From:     test/Programs/External/SPEC/CINT2000/175.vpr.llvm.bc
 ;; Function: int %main(int %argc.1, sbyte** %argv.1)


Index: llvm/test/Regression/LLC/2003-05-30-BadFoldGEP.ll
diff -u llvm/test/Regression/LLC/2003-05-30-BadFoldGEP.ll:1.1 llvm/test/Regression/LLC/2003-05-30-BadFoldGEP.ll:1.2
--- llvm/test/Regression/LLC/2003-05-30-BadFoldGEP.ll:1.1	Fri May 30 23:45:56 2003
+++ llvm/test/Regression/LLC/2003-05-30-BadFoldGEP.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date:     May 28, 2003.
 ;; From:     test/Programs/External/SPEC/CINT2000/254.gap.llvm.bc
 ;; Function: int %OpenOutput(sbyte* %filename.1)


Index: llvm/test/Regression/LLC/2003-05-30-BadPreselectPhi.ll
diff -u llvm/test/Regression/LLC/2003-05-30-BadPreselectPhi.ll:1.1 llvm/test/Regression/LLC/2003-05-30-BadPreselectPhi.ll:1.2
--- llvm/test/Regression/LLC/2003-05-30-BadPreselectPhi.ll:1.1	Fri May 30 23:45:56 2003
+++ llvm/test/Regression/LLC/2003-05-30-BadPreselectPhi.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date:     May 28, 2003.
 ;; From:     test/Programs/SingleSource/richards_benchmark.c
 ;; Function: struct task *handlerfn(struct packet *pkt)


Index: llvm/test/Regression/LLC/2003-07-06-BadIntCmp.ll
diff -u llvm/test/Regression/LLC/2003-07-06-BadIntCmp.ll:1.1 llvm/test/Regression/LLC/2003-07-06-BadIntCmp.ll:1.2
--- llvm/test/Regression/LLC/2003-07-06-BadIntCmp.ll:1.1	Sun Jul  6 15:12:18 2003
+++ llvm/test/Regression/LLC/2003-07-06-BadIntCmp.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date: May 28, 2003.
 ;; From: test/Programs/MultiSource/Olden-perimeter/maketree.c
 ;; Function: int CheckOutside(int x, int y)


Index: llvm/test/Regression/LLC/2003-07-07-BadLongConst.ll
diff -u llvm/test/Regression/LLC/2003-07-07-BadLongConst.ll:1.1 llvm/test/Regression/LLC/2003-07-07-BadLongConst.ll:1.2
--- llvm/test/Regression/LLC/2003-07-07-BadLongConst.ll:1.1	Thu Jul 10 14:32:38 2003
+++ llvm/test/Regression/LLC/2003-07-07-BadLongConst.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 target endian = big
 target pointersize = 64
 


Index: llvm/test/Regression/LLC/2003-07-08-BadCastToBool.ll
diff -u llvm/test/Regression/LLC/2003-07-08-BadCastToBool.ll:1.2 llvm/test/Regression/LLC/2003-07-08-BadCastToBool.ll:1.3
--- llvm/test/Regression/LLC/2003-07-08-BadCastToBool.ll:1.2	Thu Jul 10 14:31:26 2003
+++ llvm/test/Regression/LLC/2003-07-08-BadCastToBool.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date:     Jul 8, 2003.
 ;; From:     test/Programs/MultiSource/Olden-perimeter
 ;; Function: int %adj(uint %d.1, uint %ct.1)


Index: llvm/test/Regression/LLC/2003-07-29-BadConstSbyte.ll
diff -u llvm/test/Regression/LLC/2003-07-29-BadConstSbyte.ll:1.2 llvm/test/Regression/LLC/2003-07-29-BadConstSbyte.ll:1.3
--- llvm/test/Regression/LLC/2003-07-29-BadConstSbyte.ll:1.2	Sat Nov  6 14:38:27 2004
+++ llvm/test/Regression/LLC/2003-07-29-BadConstSbyte.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Date:     Jul 29, 2003.
 ;; From:     test/Programs/MultiSource/Ptrdist-bc
 ;; Function: ---


Index: llvm/test/Regression/LLC/BurgBadRegAlloc.ll
diff -u llvm/test/Regression/LLC/BurgBadRegAlloc.ll:1.3 llvm/test/Regression/LLC/BurgBadRegAlloc.ll:1.4
--- llvm/test/Regression/LLC/BurgBadRegAlloc.ll:1.3	Sat Nov  6 14:38:27 2004
+++ llvm/test/Regression/LLC/BurgBadRegAlloc.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; Register allocation is doing a very poor job on this routine from yyparse
 ;; in Burg:
 ;; -- at least two long-lived values are being allocated to %o? registers


Index: llvm/test/Regression/LLC/badCallArgLRLLVM.ll
diff -u llvm/test/Regression/LLC/badCallArgLRLLVM.ll:1.1 llvm/test/Regression/LLC/badCallArgLRLLVM.ll:1.2
--- llvm/test/Regression/LLC/badCallArgLRLLVM.ll:1.1	Sat Sep 28 11:51:47 2002
+++ llvm/test/Regression/LLC/badCallArgLRLLVM.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ; This caused a problem because the argument of a call was defined by
 ; the return value of another call that appears later in the code.
 ; When processing the first call, the second call has not yet been processed


Index: llvm/test/Regression/LLC/badFoldGEP.ll
diff -u llvm/test/Regression/LLC/badFoldGEP.ll:1.2 llvm/test/Regression/LLC/badFoldGEP.ll:1.3
--- llvm/test/Regression/LLC/badFoldGEP.ll:1.2	Wed Jan 15 12:06:37 2003
+++ llvm/test/Regression/LLC/badFoldGEP.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;; GetMemInstArgs() folded the two getElementPtr instructions together,
 ;; producing an illegal getElementPtr.  That's because the type generated
 ;; by the last index for the first one is a structure field, not an array


Index: llvm/test/Regression/LLC/badarg6.ll
diff -u llvm/test/Regression/LLC/badarg6.ll:1.1 llvm/test/Regression/LLC/badarg6.ll:1.2
--- llvm/test/Regression/LLC/badarg6.ll:1.1	Mon Sep 30 11:14:14 2002
+++ llvm/test/Regression/LLC/badarg6.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ; On this code, llc did not pass the sixth argument (%reg321) to printf.
 ; It passed the first five in %o0 - %o4, but never initialized %o5.
 ; Fix in  SparcInstrSelection.cpp: 


Index: llvm/test/Regression/LLC/badlive.ll
diff -u llvm/test/Regression/LLC/badlive.ll:1.2 llvm/test/Regression/LLC/badlive.ll:1.3
--- llvm/test/Regression/LLC/badlive.ll:1.2	Wed Aug 21 17:45:23 2002
+++ llvm/test/Regression/LLC/badlive.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 implementation
 
 int "main"()


Index: llvm/test/Regression/LLC/constindices.ll
diff -u llvm/test/Regression/LLC/constindices.ll:1.4 llvm/test/Regression/LLC/constindices.ll:1.5
--- llvm/test/Regression/LLC/constindices.ll:1.4	Tue Sep  9 13:14:37 2003
+++ llvm/test/Regression/LLC/constindices.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ; Test that a sequence of constant indices are folded correctly
 ; into the equivalent offset at compile-time.
 


Index: llvm/test/Regression/LLC/fwdtwice.ll
diff -u llvm/test/Regression/LLC/fwdtwice.ll:1.1 llvm/test/Regression/LLC/fwdtwice.ll:1.2
--- llvm/test/Regression/LLC/fwdtwice.ll:1.1	Wed Jul 10 16:54:04 2002
+++ llvm/test/Regression/LLC/fwdtwice.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ;;
 ;; Test the sequence:
 ;;	cast -> setle 0, %cast -> br %cond


Index: llvm/test/Regression/LLC/negintconst.ll
diff -u llvm/test/Regression/LLC/negintconst.ll:1.2 llvm/test/Regression/LLC/negintconst.ll:1.3
--- llvm/test/Regression/LLC/negintconst.ll:1.2	Tue Sep  9 13:14:37 2003
+++ llvm/test/Regression/LLC/negintconst.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ; Test that a negative constant smaller than 64 bits (e.g., int)
 ; is correctly implemented with sign-extension.
 ; In particular, the current code generated is:


Index: llvm/test/Regression/LLC/sched.ll
diff -u llvm/test/Regression/LLC/sched.ll:1.2 llvm/test/Regression/LLC/sched.ll:1.3
--- llvm/test/Regression/LLC/sched.ll:1.2	Wed Jul 10 17:31:09 2002
+++ llvm/test/Regression/LLC/sched.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 implementation
 declare int "printf"(sbyte*, int, float)
 


Index: llvm/test/Regression/LLC/select.ll
diff -u llvm/test/Regression/LLC/select.ll:1.9 llvm/test/Regression/LLC/select.ll:1.10
--- llvm/test/Regression/LLC/select.ll:1.9	Sat Nov 22 00:18:35 2003
+++ llvm/test/Regression/LLC/select.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 %AConst    = constant int 123
 
 %Domain = type { sbyte*, int, int*, int, int, int*, %Domain* }


Index: llvm/test/Regression/LLC/spillccr.ll
diff -u llvm/test/Regression/LLC/spillccr.ll:1.3 llvm/test/Regression/LLC/spillccr.ll:1.4
--- llvm/test/Regression/LLC/spillccr.ll:1.3	Wed Jan 15 12:06:37 2003
+++ llvm/test/Regression/LLC/spillccr.ll	Sat Nov  6 17:05:53 2004
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
 ; July 6, 2002 -- LLC Regression test
 ; This test case checks if the integer CC register %xcc (or %ccr)
 ; is correctly spilled.  The code fragment came from function






More information about the llvm-commits mailing list