[PATCH] D35918: [GVNHoist] Factor out reachability to search for anticipable instructions quickly

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 15:05:55 PDT 2017


dberlin added a comment.

FYI: IDFCalculator can compute the PostDominanceFrontier in linear time.


https://reviews.llvm.org/D35918





More information about the llvm-commits mailing list