This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Hack to fix i24 argument lowering
ClosedPublic

Authored by arsenm on Mar 21 2020, 4:39 PM.

Details

Summary

I still think the call lowering type legalization logic split between
the generic code and target is too confusing, but largely induced by
the reliance on the DAG infrastructure.

Diff Detail

Event Timeline

arsenm created this revision.Mar 21 2020, 4:39 PM
kerbowa accepted this revision.Mar 29 2020, 10:20 PM
This revision is now accepted and ready to land.Mar 29 2020, 10:20 PM