mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-27 21:30:51 +00:00
New predicate simplifier!
Please do not enable, there is still some known miscompile problem. llvm-svn: 33066
This commit is contained in:
parent
e485c421c1
commit
7fb0a6d2ab
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,19 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -predsimplify -disable-output
|
||||
|
||||
void %ercMarkCurrMBConcealed(int %comp) {
|
||||
entry:
|
||||
%tmp5 = icmp slt int %comp, 0 ; <bool> [#uses=2]
|
||||
%comp_addr.0 = select bool %tmp5, int 0, int %comp ; <int> [#uses=1]
|
||||
switch int %comp_addr.0, label %return [
|
||||
int 0, label %bb
|
||||
]
|
||||
|
||||
bb: ; preds = %entry
|
||||
br bool %tmp5, label %bb87.bb97_crit_edge.critedge, label %return
|
||||
|
||||
bb87.bb97_crit_edge.critedge: ; preds = %bb
|
||||
ret void
|
||||
|
||||
return: ; preds = %bb, %entry
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user