[llvm] [RISCV] add load/store misched/PostRA cluster options (PR #149409)
Mikhail Gudim via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 08:29:57 PDT 2025
================
@@ -301,10 +321,13 @@ ScheduleDAGInstrs *
RISCVTargetMachine::createMachineScheduler(MachineSchedContext *C) const {
ScheduleDAGMILive *DAG = createSchedLive(C);
if (EnableMISchedLoadStoreClustering) {
----------------
mgudim wrote:
OK, got it. Thanks!
https://github.com/llvm/llvm-project/pull/149409
More information about the llvm-commits
mailing list