[PATCH] D117677: [BOLT] Remove unreachable uncond branch after return
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 09:25:16 PST 2022
Amir added inline comments.
================
Comment at: bolt/test/X86/jmp-after-ret.s:18
+main:
+ je 1f
+ retq
----------------
Are you sure `1f` here means the label and not a hex offset? Can you please use `.L1` instead to make it explicit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117677/new/
https://reviews.llvm.org/D117677
More information about the llvm-commits
mailing list