[PATCH] D50890: [NFC] Factor out predecessors collection into a separate method

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 19 21:53:34 PDT 2018


mkazantsev added a comment.

Another application of that is that we can cache this method (its users don't change control flow, so the set of predecessors should remain unchanged).


https://reviews.llvm.org/D50890





More information about the llvm-commits mailing list