[llvm] [CodeGen] Refactor `determineCalleeSaves`. (PR #166763)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 16 07:37:25 PST 2025
================
@@ -32,6 +32,12 @@
using namespace llvm;
+static cl::opt<std::string> UserDefinedUncondPrologCSRs(
+ "riscv-user-defined-uncond-prolog-csrs",
+ cl::desc("Comma-separated list of registerst that have to be saved / "
----------------
topperc wrote:
```suggestion
cl::desc("Comma-separated list of registers that have to be saved / "
```
https://github.com/llvm/llvm-project/pull/166763
More information about the llvm-commits
mailing list