[llvm] [RISCV][WIP] Let RA do the CSR saves. (PR #90819)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 14:16:33 PST 2024
================
@@ -44,6 +44,13 @@ static cl::opt<bool> EnableLocalReassignment(
"may be compile time intensive"),
cl::init(false));
+static cl::opt<float> MinWeightRatioNeededToEvictHint(
----------------
michaelmaitland wrote:
Can you help me understand why this is related?
https://github.com/llvm/llvm-project/pull/90819
More information about the llvm-commits
mailing list