[llvm] [RISCV] add load/store misched/PostRA subtarget features (PR #149409)

Daniel Henrique Barboza via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 04:30:36 PDT 2025


================
@@ -1700,6 +1700,18 @@ def TuneNLogNVRGather
 def TunePostRAScheduler : SubtargetFeature<"use-postra-scheduler",
     "UsePostRAScheduler", "true", "Schedule again after register allocation">;
 
+def TuneDisableMISchedLoadClustering : SubtargetFeature<"disable-misched-load-clustering",
+    "NoMISchedLoadClustering", "true", "Disable load clustering in the machine scheduler">;
----------------
danielhb wrote:

That explains why I didn't find an enableDefaultUnroll() method ... 

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


More information about the llvm-commits mailing list