This is an archive of the discontinued LLVM Phabricator instance.

[CallSite removal][CallSiteSplitting] Use CallBase instead of CallSite. NFC
ClosedPublic

Authored by craig.topper on Apr 15 2020, 1:40 PM.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 15 2020, 1:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2020, 1:40 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
dblaikie accepted this revision.Apr 15 2020, 1:55 PM
dblaikie added inline comments.
llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
334–337

Could use 'auto *' on the LHS here

This revision is now accepted and ready to land.Apr 15 2020, 1:55 PM
fhahn accepted this revision.Apr 15 2020, 2:11 PM

Lgtm thanks

This revision was automatically updated to reflect the committed changes.