[llvm] [BOLT][AArch64] Always cover veneers in lite mode (PR #171534)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 08:36:52 PST 2025


https://github.com/paschalis-mpeis approved this pull request.

Hey Maskim,

Looks good, thanks!

The test creates two veneers, one for reaching foo and another for start.
And we have three uses: foo -> _start, and vice versa, and hot -> foo.

As an optional nit, we could mention this in the test description, optionally make `_start` hot to check the replacement there too, or drop `_start` and its callers to simplify.

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


More information about the llvm-commits mailing list