mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
New testcase for PR310
llvm-svn: 12596
This commit is contained in:
parent
441ab4b903
commit
1fe2d63344
@ -0,0 +1,22 @@
|
|||||||
|
; RUN: llvm-as < %s | opt -tailduplicate -disable-output
|
||||||
|
|
||||||
|
void %interpret() {
|
||||||
|
entry:
|
||||||
|
br label %retry
|
||||||
|
|
||||||
|
retry:
|
||||||
|
%tmp.8 = call int %interp()
|
||||||
|
switch uint 0, label %endif.4 [
|
||||||
|
uint 4294967271, label %return
|
||||||
|
uint 4294967280, label %return
|
||||||
|
]
|
||||||
|
|
||||||
|
endif.4:
|
||||||
|
br bool false, label %return, label %retry
|
||||||
|
|
||||||
|
return:
|
||||||
|
%result.0 = phi int [ %tmp.8, %retry ], [%tmp.8, %retry], [ %tmp.8, %endif.4 ]
|
||||||
|
ret void
|
||||||
|
}
|
||||||
|
|
||||||
|
declare int %interp()
|
Loading…
x
Reference in New Issue
Block a user