Use BB-like EBB in filetests/simple_gvn/*.clif
This commit is contained in:
committed by
Nicolas B. Pierron
parent
560619f749
commit
3c6ca9049e
@@ -24,6 +24,9 @@ function %redundancies_on_some_paths(i32, i32, i32) -> i32 {
|
||||
ebb0(v0: i32, v1: i32, v2: i32):
|
||||
v3 = iadd v0, v1
|
||||
brz v3, ebb1
|
||||
jump ebb3
|
||||
|
||||
ebb3:
|
||||
v4 = iadd v0, v1
|
||||
jump ebb2(v4)
|
||||
; check: jump ebb2(v3)
|
||||
|
||||
Reference in New Issue
Block a user