mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Adjust tests now that opt doesn't read .ll files.
llvm-svn: 29926
This commit is contained in:
parent
a39dcb5377
commit
7d72768564
@ -1,6 +1,6 @@
|
||||
; Call graph construction crash: Not handling indirect calls right
|
||||
;
|
||||
; RUN: opt -analyze -callgraph %s
|
||||
; RUN: llvm-as < %s | opt -analyze -callgraph
|
||||
;
|
||||
|
||||
%FunTy = type int(int)
|
||||
|
@ -1,6 +1,6 @@
|
||||
; Crash in post dominator set construction.
|
||||
;
|
||||
; RUN: opt -analyze -postdomset %s
|
||||
; RUN: llvm-as < %s | opt -analyze -postdomset
|
||||
;
|
||||
|
||||
implementation
|
||||
|
@ -1,6 +1,6 @@
|
||||
; Crash in post dominator set construction.
|
||||
;
|
||||
; RUN: opt -analyze -postdomset %s
|
||||
; RUN: llvm-as < %s | opt -analyze -postdomset
|
||||
;
|
||||
|
||||
implementation
|
||||
|
@ -2,7 +2,7 @@
|
||||
; blocks. These blocks should at least dominate themselves. This is
|
||||
; fouling up the verify pass.
|
||||
;
|
||||
; RUN: opt -analyze -domset %s | grep BB
|
||||
; RUN: llvm-as < %s | opt -analyze -domset | grep BB
|
||||
|
||||
void %test() {
|
||||
ret void
|
||||
|
@ -2,7 +2,7 @@
|
||||
; figure out that loop "Inner" should be nested inside of leep "LoopHeader",
|
||||
; and instead nests it just inside loop "Top"
|
||||
;
|
||||
; RUN: opt -analyze -loops %s | grep ' Loop Containing:[ ]*%Inner'
|
||||
; RUN: llvm-as < %s | opt -analyze -loops | grep ' Loop Containing:[ ]*%Inner'
|
||||
;
|
||||
|
||||
implementation
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | llvm-as
|
||||
; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null
|
||||
|
||||
%v4f = type <4 x float>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user