This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Handle AGPRs used for SGPR operands.
ClosedPublic

Authored by arsenm on Aug 12 2020, 9:50 AM.

Details

Summary

We would still need to waterfall if the value were somehow an AGPR,
and also need to explicitly copy to a VGPR.

Diff Detail