[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll add.ll add2.ll

Reid Spencer reid at x10sys.com
Mon Apr 16 10:38:11 PDT 2007



Changes in directory llvm/test/Transforms/InstCombine:

2007-04-04-BadFoldBitcastIntoMalloc.ll updated: 1.4 -> 1.5
add.ll updated: 1.38 -> 1.39
add2.ll updated: 1.1 -> 1.2
---
Log message:

For PR1319: http://llvm.org/PR1319 :
Remove && from the end of the lines to prevent tests from throwing run
lines into the background. Also, clean up places where the same command
is run multiple times by using a temporary file.


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

 2007-04-04-BadFoldBitcastIntoMalloc.ll |    1 -
 add.ll                                 |    1 -
 add2.ll                                |    1 -
 3 files changed, 3 deletions(-)


Index: llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll
diff -u llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll:1.4 llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll:1.5
--- llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll:1.4	Sat Apr 14 15:13:02 2007
+++ llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll	Mon Apr 16 12:36:07 2007
@@ -2,7 +2,6 @@
 ; a malloc messes up the element count, causing an extra 4GB to be allocated on
 ; 64-bit targets.
 ;
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {= add }
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"


Index: llvm/test/Transforms/InstCombine/add.ll
diff -u llvm/test/Transforms/InstCombine/add.ll:1.38 llvm/test/Transforms/InstCombine/add.ll:1.39
--- llvm/test/Transforms/InstCombine/add.ll:1.38	Sun Apr 15 02:38:21 2007
+++ llvm/test/Transforms/InstCombine/add.ll	Mon Apr 16 12:36:07 2007
@@ -1,6 +1,5 @@
 ; This test makes sure that add instructions are properly eliminated.
 
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output &&
 ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
 ; RUN:    grep -v OK | not grep add
 ; END.


Index: llvm/test/Transforms/InstCombine/add2.ll
diff -u llvm/test/Transforms/InstCombine/add2.ll:1.1 llvm/test/Transforms/InstCombine/add2.ll:1.2
--- llvm/test/Transforms/InstCombine/add2.ll:1.1	Sun Mar  4 18:01:38 2007
+++ llvm/test/Transforms/InstCombine/add2.ll	Mon Apr 16 12:36:07 2007
@@ -1,4 +1,3 @@
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
 ; RUN:    grep -v OK | not grep add
 






More information about the llvm-commits mailing list