This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Rename _RTN atomic instructions
ClosedPublic

Authored by arsenm on Jul 19 2017, 6:48 PM.

Details

Reviewers
kzhuravl
vpykhtin
Summary

Move the _RTN to the end of the name. It reads
better if the other addressing mode components
line up with the non-RTN version. It is also
more convenient to define saddr variants of
FLAT atomics to have the RTN last, and it is
good to have a consistent naming scheme.

Diff Detail

Event Timeline

arsenm created this revision.Jul 19 2017, 6:48 PM
vpykhtin accepted this revision.Jul 20 2017, 6:36 AM

LGTM, Thanks!

This revision is now accepted and ready to land.Jul 20 2017, 6:36 AM
arsenm closed this revision.Jul 20 2017, 2:06 PM

r308674