[llvm] [BOLT][AArch64] Handle irreversible branches in compact-code-model (PR #186850)
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 01:04:29 PDT 2026
maksfb wrote:
Hi Alexandros, thanks for the PR. The code change appears to be good, but for a better test case, could you please eliminate the temporary labels so that BOLT does not recognize them as secondary entry points? You can generate an intermediate `%t.o` that is going to be used with `link_fdata` and then run `lvm-strip --strip-unneeded %t.o`. Thanks!
https://github.com/llvm/llvm-project/pull/186850
More information about the llvm-commits
mailing list