This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Improve <2 x i24> arguments and return value handling
ClosedPublic

Authored by arsenm on Sep 15 2020, 12:29 PM.

Details

Summary

This was asserting for GlobalISel. For SelectionDAG, this was
passing this on the stack. Instead, scalarize this as if it were a
32-bit vector.

Diff Detail

Event Timeline

arsenm created this revision.Sep 15 2020, 12:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2020, 12:29 PM
arsenm requested review of this revision.Sep 15 2020, 12:29 PM
This revision is now accepted and ready to land.Sep 15 2020, 1:14 PM