[PATCH] D25482: [PPC] Allow two post RA schedulers to be in the pipeline and select one depending on the Machine Function's subtarget

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 18:44:48 PST 2016


echristo added a comment.

One inline request for a comment, otherwise LGTM. Thanks for working on this and your patience!

-eric



================
Comment at: lib/Target/PowerPC/PPCTargetMachine.cpp:436
+
+void PPCPassConfig::addPostRASched() {
+  if (getOptLevel() != CodeGenOpt::None) {
----------------
Needs a comment as to what's going on here.


https://reviews.llvm.org/D25482





More information about the llvm-commits mailing list