[llvm] [BOLT] Always run CheckLargeFunctions in non-relocation mode (PR #80922)

Vladislav Khmelevsky via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 20:11:16 PST 2024


yota9 wrote:

I agree, since currently we're calculating true size separately in LongJmp for aarch64 like 
`DotAddress = alignTo(DotAddress, Func->getConstantIslandAlignment());
  DotAddress += Func->estimateConstantIslandSize();`

It would be better to incorporate this code to BF-specific size calculation function

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


More information about the llvm-commits mailing list