1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

fix a bunch of spurious failures for people whose home directory

is sabre.

llvm-svn: 81528
This commit is contained in:
Chris Lattner 2009-09-11 17:02:12 +00:00
parent 6e3ee2e578
commit e8f2153059
15 changed files with 16 additions and 20 deletions

View File

@ -1,5 +1,4 @@
; RUN: opt %s -sccp -loop-deletion -simplifycfg -S | \
; RUN: not grep br
; RUN: opt < %s -sccp -loop-deletion -simplifycfg -S | not grep br
; No matter how hard you try, sqrt(1.0) is always 1.0. This allows the
; optimizer to delete this loop.

View File

@ -1,5 +1,4 @@
; RUN: opt %s -sccp -dce -simplifycfg -S | \
; RUN: not grep br
; RUN: opt < %s -sccp -dce -simplifycfg -S | not grep br
define i32 @test(i32 %param) {
entry:

View File

@ -1,7 +1,7 @@
; -simplifycfg is not folding blocks if there is a PHI node involved. This
; should be fixed eventually
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
define i32 @main(i32 %argc) {
; <label>:0

View File

@ -1,4 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
define void @foo(i1 %C, i32* %P) {
br i1 %C, label %T, label %F

View File

@ -1,4 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
define i32 @test(i1 %C, i32 %V1, i32 %V2) {
entry:

View File

@ -1,5 +1,5 @@
; RUN: opt %s -simplifycfg -S | grep select
; RUN: opt %s -simplifycfg -S | grep br | count 2
; RUN: opt < %s -simplifycfg -S | grep select
; RUN: opt < %s -simplifycfg -S | grep br | count 2
define i32 @t2(i32 %a, i32 %b, i32 %c) nounwind {
entry:

View File

@ -1,6 +1,6 @@
; Test CFG simplify removal of branch instructions...
;
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
define void @test1() {
br label %BB1

View File

@ -1,4 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
%llvm.dbg.anchor.type = type { i32, i32 }

View File

@ -1,4 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
declare void @bar(i32)

View File

@ -1,4 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
define i32 @test1(i1 %C) {
entry:

View File

@ -1,4 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
declare void @foo1()

View File

@ -1,5 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; END.
; RUN: opt < %s -simplifycfg -S | not grep br
%llvm.dbg.anchor.type = type { i32, i32 }

View File

@ -1,5 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; END.
; RUN: opt < %s -simplifycfg -S | not grep br
define i1 @_ZN4llvm11SetCondInst7classofEPKNS_11InstructionE({ i32, i32 }* %I) {
entry:

View File

@ -1,4 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
%llvm.dbg.anchor.type = type { i32, i32 }
%llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* }

View File

@ -1,4 +1,4 @@
; RUN: opt %s -simplifycfg -S | not grep br
; RUN: opt < %s -simplifycfg -S | not grep br
define i1 @qux(i8* %m, i8* %n, i8* %o, i8* %p) nounwind {
entry: