[PATCH] D54686: [IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 10:28:17 PST 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Nice! I suppose the same problem doesn't exist in MIR because the predecessor lists are explicit.

lgtm


https://reviews.llvm.org/D54686





More information about the llvm-commits mailing list