[PATCH] D24855: MachineScheduler: Enable macro fusion in post-RA scheduler
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 05:16:48 PDT 2016
kparzysz accepted this revision.
kparzysz added a comment.
This revision is now accepted and ready to land.
This looks fairly straightforward... LGTM.
================
Comment at: lib/CodeGen/MachineScheduler.cpp:2833
@@ +2832,3 @@
+
+ // delay top node when it should be clustered with the bottom boundary.
+ return TryCand.AtTop &&
----------------
delay -> Delay
Repository:
rL LLVM
https://reviews.llvm.org/D24855
More information about the llvm-commits
mailing list