Add a fallthrough instruction.
Change jumps to fallthroughs in the branch relaxation pass before computing the EBB offsets.
This commit is contained in:
@@ -319,6 +319,7 @@ condition is satisfied, otherwise execution continues at the following
|
||||
instruction in the EBB.
|
||||
|
||||
.. autoinst:: jump
|
||||
.. autoinst:: fallthrough
|
||||
.. autoinst:: brz
|
||||
.. autoinst:: brnz
|
||||
.. autoinst:: br_icmp
|
||||
|
||||
@@ -107,7 +107,7 @@ ebb1:
|
||||
; bgeu 0x004
|
||||
br_icmp uge, v2, v1, ebb2 ; bin: 00aaf263
|
||||
|
||||
jump ebb2
|
||||
fallthrough ebb2
|
||||
|
||||
ebb2:
|
||||
; beq x, %x0
|
||||
|
||||
Reference in New Issue
Block a user