Now that ScalarEvolution::print writes to the correct stream, there is
no need to redirect stderr into stdout. llvm-svn: 47009
This commit is contained in:
parent
995624f44d
commit
ddb265b905
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {Loop bb: 100 iterations}
|
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {Loop bb: 100 iterations}
|
||||||
; PR1533
|
; PR1533
|
||||||
|
|
||||||
@array = weak global [101 x i32] zeroinitializer, align 32 ; <[100 x i32]*> [#uses=1]
|
@array = weak global [101 x i32] zeroinitializer, align 32 ; <[100 x i32]*> [#uses=1]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llvm-as < %s | opt -scalar-evolution -analyze |& grep {Loop bb: ( -1 + ( -1 \\* %x) + %y) iterations!}
|
; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop bb: ( -1 + ( -1 \\* %x) + %y) iterations!}
|
||||||
; PR1597
|
; PR1597
|
||||||
|
|
||||||
define i32 @f(i32 %x, i32 %y) {
|
define i32 @f(i32 %x, i32 %y) {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {13 iterations}
|
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {13 iterations}
|
||||||
; PR1706
|
; PR1706
|
||||||
|
|
||||||
define i32 @f() {
|
define i32 @f() {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep -e {--> %b}
|
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep -e {--> %b}
|
||||||
; PR1810
|
; PR1810
|
||||||
|
|
||||||
define void @fun() {
|
define void @fun() {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
|
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | \
|
||||||
; RUN: grep {100 iterations}
|
; RUN: grep {100 iterations}
|
||||||
; PR1101
|
; PR1101
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
|
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | \
|
||||||
; RUN: grep {10000 iterations}
|
; RUN: grep {10000 iterations}
|
||||||
; PR1101
|
; PR1101
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
|
; RUN: llvm-as < %s | opt -analyze -scalar-evolution | \
|
||||||
; RUN: grep {4 iterations}
|
; RUN: grep {4 iterations}
|
||||||
; PR1101
|
; PR1101
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue