[llvm] [CodeGen] Refactor `determineCalleeSaves`. (PR #166763)

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 16 07:57:30 PST 2025


================
@@ -69,6 +69,10 @@ static cl::opt<bool> UseMIPSCCMovInsn("use-riscv-mips-ccmov",
                                       cl::desc("Use 'mips.ccmov' instruction"),
                                       cl::init(true), cl::Hidden);
 
+static cl::opt<bool> SaveCSREarly("riscv-save-csrs-early",
----------------
mgudim wrote:

How about "non-pei-callee-saves"?

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


More information about the llvm-commits mailing list