[PATCH] D43173: [CallSiteSplitting] Preserve DominatorTreeAnalysis.
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 13 10:23:42 PST 2018
dberlin added a comment.
An example of that is getBestSimplifyQuery, which takes various analysis managers, etc, and extracts the analysis it cares about them.
If we did similar, we could simplify what gets passed through and easily add updating of a new thing.
https://reviews.llvm.org/D43173
More information about the llvm-commits
mailing list