[PATCH] D60185: [X86] Make the post machine scheduler macrofusion-aware.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 04:14:39 PDT 2019


courbet added a comment.

> Are you sure ?

To enable this you need either the flag, or `substitutePass(&PostRASchedulerID, &PostMachineSchedulerID);` in your target. Only Arm, Aaarch64, PPC and SytemZ add the pass manually.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60185/new/

https://reviews.llvm.org/D60185





More information about the llvm-commits mailing list