[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
Mon Jul 8 11:47:11 PDT 2024


efriedma-quic wrote:

Why do we want a module flag, and not a function attribute?  Module flags are generally problematic during LTO, so we try to avoid them if they aren't truly necessary.

https://github.com/llvm/llvm-project/pull/97524


More information about the cfe-commits mailing list