This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fix reg bank for uniform LDS loads
ClosedPublic

Authored by arsenm on Aug 17 2019, 6:45 PM.

Details

Summary

The pointer is always a VGPR. Also fix hardcoding the pointer size to 64.

Diff Detail

Event Timeline

arsenm created this revision.Aug 17 2019, 6:45 PM
kerbowa accepted this revision.Sep 9 2019, 8:18 AM

LGTM

This revision is now accepted and ready to land.Sep 9 2019, 8:18 AM
arsenm closed this revision.Sep 9 2019, 8:42 AM

r371411