[llvm] [RISCV] add load/store misched/PostRA subtarget features (PR #149409)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 25 03:59:08 PDT 2025
================
@@ -150,6 +150,14 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
bool enablePostRAScheduler() const override { return UsePostRAScheduler; }
+ bool enableMISchedLoadClustering() const { return MISchedLoadClustering; }
----------------
wangpc-pp wrote:
I think we don't need these because there are auto-generated methods.
https://github.com/llvm/llvm-project/pull/149409
More information about the llvm-commits
mailing list