This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Select flat loads
ClosedPublic

Authored by arsenm on Jul 8 2019, 7:57 AM.

Details

Summary

Now that the patterns use the new PatFrag address space support, the
only blocker to importing most load patterns is the addressing mode
complex patterns.

Diff Detail

Event Timeline

arsenm created this revision.Jul 8 2019, 7:57 AM
tstellar accepted this revision.Jul 8 2019, 9:11 PM

LGTM.

This revision is now accepted and ready to land.Jul 8 2019, 9:11 PM
arsenm closed this revision.Jul 16 2019, 11:05 AM

r366237. I had to drop the tests with illegal loads since they don't fail the right way in a release build