[llvm-branch-commits] [llvm] [AMDGPU] Add machine-level inliner pass (PR #169476)
Shilei Tian via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 5 09:18:57 PST 2026
shiltian wrote:
> Because there are needs to do this after register allocation
I'm not sure I follow. If it's already inlined, there won't be a function call after RA, so the need wouldn't exist. Or are you suggesting a design where the callee cannot be inlined beforehand and we only want it to be inlined after RA? If that's the case, my humble opinion is that this design is not technically sound.
https://github.com/llvm/llvm-project/pull/169476
More information about the llvm-branch-commits
mailing list