Use BB-like EBB in filetests/simple_gvn/*.clif

This commit is contained in:
Nicolas B. Pierron
2019-06-28 17:47:56 +02:00
committed by Nicolas B. Pierron
parent 560619f749
commit 3c6ca9049e
2 changed files with 9 additions and 0 deletions

View File

@@ -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)