[PATCH] D28249: Improve scheduling with branch coalescing
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 22:54:20 PST 2017
lei marked 12 inline comments as done.
lei added inline comments.
================
Comment at: lib/CodeGen/BranchCoalescing.cpp:757
+ case cl::BOU_UNSET:
+ return TFI->enableBranchCoalescing();
+ case cl::BOU_TRUE:
----------------
echristo wrote:
> This was to be turned on in a subsequent patch. Remove this and the ppc support please :)
see line 161
https://reviews.llvm.org/D28249
More information about the llvm-commits
mailing list