Replace newly inserted fallthrough by jump.

This commit is contained in:
Nicolas B. Pierron
2019-07-04 19:38:45 +02:00
committed by Nicolas B. Pierron
parent 8bfdfbe68b
commit f431465802
14 changed files with 134 additions and 134 deletions

View File

@@ -7,7 +7,7 @@ function %br_icmp(i32, i32) -> i32 {
ebb0(v0: i32, v1: i32):
[Op1icscc#39,%rdx] v2 = icmp slt v0, v1
[Op1t8jccd_long#85] brnz v2, ebb1
[-] fallthrough ebb2
[Op1jmpb#eb] jump ebb2
ebb2:
[Op1ret#c3] return v1
@@ -21,7 +21,7 @@ ebb1:
; nextln: v9 = ifcmp v0, v1
; nextln: v2 = trueif slt v9
; nextln: brif slt v9, ebb1
; nextln: fallthrough ebb2
; nextln: jump ebb2
; nextln:
; nextln: ebb2:
; nextln: return v1
@@ -37,7 +37,7 @@ function %br_icmp_inverse(i32, i32) -> i32 {
ebb0(v0: i32, v1: i32):
[Op1icscc#39,%rdx] v2 = icmp slt v0, v1
[Op1t8jccd_long#84] brz v2, ebb1
[-] fallthrough ebb2
[Op1jmpb#eb] jump ebb2
ebb2:
[Op1ret#c3] return v1
@@ -51,7 +51,7 @@ ebb1:
; nextln: v9 = ifcmp v0, v1
; nextln: v2 = trueif slt v9
; nextln: brif sge v9, ebb1
; nextln: fallthrough ebb2
; nextln: jump ebb2
; nextln:
; nextln: ebb2:
; nextln: return v1
@@ -67,7 +67,7 @@ function %br_icmp_imm(i32, i32) -> i32 {
ebb0(v0: i32, v1: i32):
[Op1icscc_ib#7083] v2 = icmp_imm slt v0, 2
[Op1t8jccd_long#84] brz v2, ebb1
[-] fallthrough ebb2
[Op1jmpb#eb] jump ebb2
ebb2:
[Op1ret#c3] return v1
@@ -81,7 +81,7 @@ ebb1:
; nextln: v9 = ifcmp_imm v0, 2
; nextln: v2 = trueif slt v9
; nextln: brif sge v9, ebb1
; nextln: fallthrough ebb2
; nextln: jump ebb2
; nextln:
; nextln: ebb2:
; nextln: return v1
@@ -97,7 +97,7 @@ function %br_fcmp(f32, f32) -> f32 {
ebb0(v0: f32, v1: f32):
[Op2fcscc#42e,%rdx] v2 = fcmp gt v0, v1
[Op1t8jccd_long#84] brz v2, ebb1
[-] fallthrough ebb2
[Op1jmpb#eb] jump ebb2
ebb2:
[Op1ret#c3] return v1
@@ -112,7 +112,7 @@ ebb1:
; nextln: v19 = ffcmp v0, v1
; nextln: v2 = trueff gt v19
; nextln: brff ule v19, ebb1
; nextln: fallthrough ebb2
; nextln: jump ebb2
; nextln:
; nextln: ebb2:
; nextln: return v1