[PATCH] D29243: Cache reverse graph edges during dominator construction to avoidhaving to look them up later.

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 28 02:21:26 PST 2017


dberlin added a comment.

Mostly empirical testing. By far, most nodes are either unconditional jumps or two block conditionals (be cond, invoke, etc)


https://reviews.llvm.org/D29243





More information about the llvm-commits mailing list