[PATCH] D28249: Improve scheduling with branch coalescing

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 07:59:50 PDT 2017


lei added a comment.

> I think most passes have a cl::opt in `TargetPassConfig.cpp` instead and we don't even add the pass the pipeline if it is disable, you could change to that style too to avoid people seeing the dump for a disabled pass :)

Will address this in the next patch to turn this on by default for PowerPC.
Thanks


Repository:
  rL LLVM

https://reviews.llvm.org/D28249





More information about the llvm-commits mailing list