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

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 16:16:54 PDT 2017


MatzeB abandoned this revision.
MatzeB added a comment.

This is out of date. Nowadays targets can decide themselfes whether they want post-ra fusion by overriding TaretPassConfig::createPostMachineScheduler() and adding a dag mutation there.


Repository:
  rL LLVM

https://reviews.llvm.org/D24855





More information about the llvm-commits mailing list