[llvm] [RISCV] Enable load clustering by default (PR #73789)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 10:25:45 PST 2024


================
@@ -95,11 +95,6 @@ static cl::opt<bool>
                         cl::desc("Enable Split RegisterAlloc for RVV"),
                         cl::init(true));
 
-static cl::opt<bool> EnableMISchedLoadClustering(
-    "riscv-misched-load-clustering", cl::Hidden,
-    cl::desc("Enable load clustering in the machine scheduler"),
-    cl::init(false));
----------------
preames wrote:

In this patch, please just flip the bool default here.  If you want to remove the option entirely, do that in a separate change in a couple weeks.  

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


More information about the llvm-commits mailing list