[clang] [llvm] [AIX] Add -msave-reg-params to save arguments to stack (PR #97524)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 9 09:22:11 PDT 2024
efriedma-quic wrote:
The question is, if LTO merges two bitcode modules together with different settings for the flag, how do you want the backend to behave? Usually you want it to just continue to apply to the same functions it would have without LTO; the only way to represent that is a function attribute.
https://github.com/llvm/llvm-project/pull/97524
More information about the cfe-commits
mailing list