[llvm] [RISCV][WIP] Let RA do the CSR saves. (PR #90819)

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 02:06:37 PST 2024


================
@@ -44,6 +44,13 @@ static cl::opt<bool> EnableLocalReassignment(
              "may be compile time intensive"),
     cl::init(false));
 
+static cl::opt<float> MinWeightRatioNeededToEvictHint(
----------------
mgudim wrote:

see https://github.com/llvm/llvm-project/pull/90819#discussion_r1832389172

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


More information about the llvm-commits mailing list