This is an archive of the discontinued LLVM Phabricator instance.

[LazyCallGraph] Add invalidate method.
ClosedPublic

Authored by asbirlea on Jan 15 2020, 5:16 PM.

Details

Summary

Add invalidate method in LazyCallGraph.

Diff Detail

Event Timeline

asbirlea created this revision.Jan 15 2020, 5:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2020, 5:16 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 17 2020, 10:52 AM
This revision was automatically updated to reflect the committed changes.
aeubanks added inline comments.
llvm/lib/Analysis/LazyCallGraph.cpp
224

is this correct? we can add/remove calls without changing the CFG of a function right?