[PATCH] D24855: MachineScheduler: Enable macro fusion in post-RA scheduler

Andrew Trick via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 20:33:43 PDT 2016


atrick added a comment.

Doesn't this force macro fusion for all targets/subtargets? If we wanted to do that, we wouldn't need the cluster edge and scheduler heuristic anymore. Shouldn't there be a TII->forceMacroFusion() option?


Repository:
  rL LLVM

https://reviews.llvm.org/D24855





More information about the llvm-commits mailing list