This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add CallBase to CallLoweringInfo
ClosedPublic

Authored by arsenm on Aug 16 2021, 6:18 AM.

Details

Reviewers
aemerson
paquette
Summary

The DAG version has this, and is necessary for call lowering to take
advantage of any attributes at the call site.

Diff Detail

Event Timeline

arsenm created this revision.Aug 16 2021, 6:18 AM
arsenm requested review of this revision.Aug 16 2021, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 6:18 AM
Herald added a subscriber: wdng. · View Herald Transcript
This revision is now accepted and ready to land.Aug 16 2021, 9:48 AM