[llvm] [BOLT] Support computed goto and allow map addrs inside functions. (PR #120267)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 14:01:36 PST 2025


================
@@ -5599,7 +5606,7 @@ uint64_t RewriteInstance::getNewFunctionOrDataAddress(uint64_t OldAddress) {
         for (const BinaryBasicBlock &BB : *BF)
----------------
maksfb wrote:

Not directly related to your change, but we should use `BinaryFunction::forEachEntryPoint()` here.

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


More information about the llvm-commits mailing list