[llvm] MachineScheduler: Improve instruction clustering (PR #137784)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 05:06:03 PDT 2025
================
@@ -61,6 +61,11 @@ bool llvm::fuseInstructionPair(ScheduleDAGInstrs &DAG, SUnit &FirstSU,
for (SDep &SI : SecondSU.Preds)
if (SI.isCluster())
return false;
+
----------------
wangpc-pp wrote:
I think the MacroFusion changes have no effect, do I understand it correctly?
https://github.com/llvm/llvm-project/pull/137784
More information about the llvm-commits
mailing list