This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Use subreg index instead of extra unmerge
ClosedPublic

Authored by arsenm on May 15 2019, 8:21 PM.

Details

Summary

This saves instructions and extra steps, but I'm not sure about
introducing subregister indexes at this point.

Diff Detail

Event Timeline

arsenm created this revision.May 15 2019, 8:21 PM
tstellar accepted this revision.May 16 2019, 8:03 PM

LGTM, but I'm not sure if subregs are allowed here either.

This revision is now accepted and ready to land.May 16 2019, 8:03 PM
arsenm closed this revision.May 17 2019, 5:01 AM

r361022