This is an archive of the discontinued LLVM Phabricator instance.

[PM] Don't walk the AM's ResultsList if nothing was invalidated.
ClosedPublic

Authored by jlebar on Dec 2 2016, 4:01 PM.

Details

Summary

Previously in AnalysisManager::invalidate(), we would walk the full
ResultsList even if we knew that nothing was invalidated.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 80146.Dec 2 2016, 4:01 PM
jlebar retitled this revision from to [PM] Don't walk the AM's ResultsList if nothing was invalidated..
jlebar updated this object.
jlebar added a reviewer: chandlerc.
jlebar added subscribers: llvm-commits, silvas.
This revision was automatically updated to reflect the committed changes.