[llvm-commits] CVS: llvm/test/Transforms/ScalarRepl/AggregatePromote.ll vector_promote.ll

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



Changes in directory llvm/test/Transforms/ScalarRepl:

AggregatePromote.ll updated: 1.2 -> 1.3
vector_promote.ll updated: 1.2 -> 1.3
---
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:  (+4 -5)

 AggregatePromote.ll |    4 ++--
 vector_promote.ll   |    5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)


Index: llvm/test/Transforms/ScalarRepl/AggregatePromote.ll
diff -u llvm/test/Transforms/ScalarRepl/AggregatePromote.ll:1.2 llvm/test/Transforms/ScalarRepl/AggregatePromote.ll:1.3
--- llvm/test/Transforms/ScalarRepl/AggregatePromote.ll:1.2	Fri Dec  1 22:23:10 2006
+++ llvm/test/Transforms/ScalarRepl/AggregatePromote.ll	Mon Apr 16 12:36:08 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca &&
-; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl -disable-output
+; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | \
+; RUN:   not grep alloca 
 
 target endian = big
 target pointersize = 32


Index: llvm/test/Transforms/ScalarRepl/vector_promote.ll
diff -u llvm/test/Transforms/ScalarRepl/vector_promote.ll:1.2 llvm/test/Transforms/ScalarRepl/vector_promote.ll:1.3
--- llvm/test/Transforms/ScalarRepl/vector_promote.ll:1.2	Fri Dec  1 22:23:10 2006
+++ llvm/test/Transforms/ScalarRepl/vector_promote.ll	Mon Apr 16 12:36:08 2007
@@ -1,6 +1,5 @@
-
-; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl -disable-output &&
-; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca
+; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | \
+; RUN:   not grep alloca
 
 void %test(<4 x float>* %F, float %f) {
 entry:






More information about the llvm-commits mailing list