This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add register classes to flat store patterns
ClosedPublic

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

Details

Reviewers
rampitec
nhaehnle
Summary

For some reason GlobalISelEmitter needs register classes to import
these, although it works for the load patterns.

Diff Detail

Event Timeline

arsenm created this revision.Jul 8 2019, 7:56 AM
nhaehnle accepted this revision.Jul 16 2019, 2:37 AM

Would obviously be good to fix the underlying issue, but sure, this seems reasonable.

This revision is now accepted and ready to land.Jul 16 2019, 2:37 AM
arsenm closed this revision.Jul 16 2019, 11:26 AM

r366242