[PATCH] D35503: Make OrderedInstructions able to handle queries that Dominators coulddo, but faster (OrderedInstructions is O(N) once, O(1) after that, Dominators is O(N) all the time)

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 14:05:18 PDT 2017


dberlin added a comment.

(Sorry, this is a work in progress, as you can see from the OldResult stuff that i'm using for verification)


https://reviews.llvm.org/D35503





More information about the llvm-commits mailing list