This patch fixes the removal of unreachable uncondtional branch located
after return instruction.
Vladislav Khmelevsky,
Advanced Software Technology Lab, Huawei
Differential D117677
[BOLT] Remove unreachable uncond branch after return yota9 on Jan 19 2022, 6:50 AM. Authored by
Details This patch fixes the removal of unreachable uncondtional branch located Vladislav Khmelevsky,
Diff Detail
Event Timeline
|
Are you sure 1f here means the label and not a hex offset? Can you please use .L1 instead to make it explicit?