[llvm-branch-commits] [llvm] [AMDGPU] Add machine-level inliner pass (PR #169476)
Gang Chen via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 5 09:00:34 PST 2026
cmc-rep wrote:
>
> Also, the PR only handles inlining based on a special calling convention, which isn't really backend specific. Why can't this be done in the middle end with the regular inlining pass?
Because there are needs to do this after register allocation
https://github.com/llvm/llvm-project/pull/169476
More information about the llvm-branch-commits
mailing list