[PATCH] D43450: [GSoC] Dominators project proposal
Brian Rzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 19 13:15:53 PST 2018
brzycki added a comment.
+1 from me. I'd love to see a single interface for all Dominator-related analysis or updates. This idea reminds me (a bit) of a comment @dberlin made in https://reviews.llvm.org/D43173 about an interface similar to getBestSimplifyQuery to reduce the number of functions that need explicit pointers to a DT, DDT, PDT or other analysis object. I don't quite understand how this would work but I wanted to bring it up in case the work could be done in a way to anticipate such an interface to reduce re-work.
https://reviews.llvm.org/D43450
More information about the llvm-commits
mailing list