This is an archive of the discontinued LLVM Phabricator instance.

[CallSite removal][TargetLibraryInfo] Replace ImmutableCallSite with CallBase in one of the getLibFunc signatures.
ClosedPublic

Authored by craig.topper on Apr 13 2020, 11:42 PM.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 13 2020, 11:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2020, 11:42 PM
Herald added a subscriber: hiraditya. · View Herald Transcript

Remove include of CallSite.h from TargetLibraryInfo.h. Fix transitive include issues.

Rebase after removing CallSite from files that transitively included CallSite.h from this file.

mtrofin accepted this revision.Apr 15 2020, 4:37 PM
This revision is now accepted and ready to land.Apr 15 2020, 4:37 PM
This revision was automatically updated to reflect the committed changes.