This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Move llvm.amdgcn.raw.buffer.store handling
ClosedPublic

Authored by arsenm on Jan 13 2020, 7:46 PM.

Details

Reviewers
nhaehnle
kerbowa
Summary

Treat this the same way as loads. There's less value to the
intermediate nodes, but it's good to be consistent.

Diff Detail

Event Timeline

arsenm created this revision.Jan 13 2020, 7:46 PM
kerbowa accepted this revision.Jan 18 2020, 8:03 PM

LGTM

llvm/lib/Target/AMDGPU/SIInstructions.td
2119

extra newline

This revision is now accepted and ready to land.Jan 18 2020, 8:03 PM