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

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 24 08:30:37 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",
----------------
mgudim wrote:

I think @topperc meant to mimic something like "bool RISCVSubtarget::useAA()" for example

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


More information about the llvm-commits mailing list