[llvm] [BOLT][AArch64] Add indirect call promotion support (PR #184733)

Alexey Moksyakov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 00:22:52 PST 2026


yavtuk wrote:

> Are you saying that we should only implement optimizations for indirect call (blr), and ingnore optimizations for indirect branch (br)?

Yes, for complete certainty, I would like to exclude optimization or modification indirect branches, but let's see what others say. In the meantime I'll try to recheck this again.

https://github.com/llvm/llvm-project/pull/184733


More information about the llvm-commits mailing list