[PATCH] D27205: [PM] Teach the AAManager and AAResults layer (the worst offender for inter-analysis dependencies) to use the new invalidation infrastructure.
Sean Silva via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 23:42:01 PST 2016
silvas accepted this revision.
silvas added a comment.
This revision is now accepted and ready to land.
This is just wiring up the new machinery from https://reviews.llvm.org/D27198. Looks good.
You may want to consider in a separate patch breaking the new PM tests into a new directory (instead of just a single main huge file in test/Other). Lit's test failure diagnostics tend to be better for separate files.
https://reviews.llvm.org/D27205
More information about the llvm-commits
mailing list