[llvm] [Inliner] Fix Issue #45778: Inliner now respects the alignment of parameters passed by value (PR #137455)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 26 07:44:16 PDT 2025
https://github.com/nikic approved this pull request.
LGTM. LangRef confirms:
> It indicates the alignment of the stack slot to form and the known alignment of the pointer specified to the call site.
https://github.com/llvm/llvm-project/pull/137455
More information about the llvm-commits
mailing list