[llvm-branch-commits] [llvm] [AMDGPU] Early bail in getFunctionCodeSize for meta inst. NFC. (PR #127129)
Stanislav Mekhanoshin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 14 11:22:06 PST 2025
rampitec wrote:
> There is also MF.estimateFunctionSizeInBytes(), probably should use that as a stop gap until MC computes this
https://github.com/llvm/llvm-project/pull/127246
For some reason it is not const and also can overestimate code size.
https://github.com/llvm/llvm-project/pull/127129
More information about the llvm-branch-commits
mailing list