This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Use LLT in call lowering callbacks
ClosedPublic

Authored by arsenm on Jun 10 2021, 4:22 PM.

Details

Summary

This preserves the memory type so the lowerings can rely on them.

Diff Detail

Event Timeline

arsenm created this revision.Jun 10 2021, 4:22 PM
arsenm requested review of this revision.Jun 10 2021, 4:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2021, 4:22 PM
Herald added a subscriber: wdng. · View Herald Transcript
aemerson accepted this revision.Jun 30 2021, 11:34 AM
aemerson added inline comments.
llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
243

"size"

This revision is now accepted and ready to land.Jun 30 2021, 11:34 AM