[PATCH] D28249: Improve scheduling with branch coalescing
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 10:11:22 PST 2017
lei marked 5 inline comments as done.
lei added inline comments.
================
Comment at: lib/CodeGen/BranchCoalescing.cpp:612
+ if (SourceRegion.MustMoveUp && SourceRegion.MustMoveDown) {
+ assert(0 && "Cannot have both MustMoveDown and MustMoveUp set!");
+ DEBUG(dbgs() << "Cannot have both MustMoveDown and MustMoveUp set!");
----------------
echristo wrote:
> llvm_unreachable
okay
https://reviews.llvm.org/D28249
More information about the llvm-commits
mailing list