This is an archive of the discontinued LLVM Phabricator instance.

[NFC] standardized suffixes for LSE Atomics mnemonics
ClosedPublic

Authored by steleman on Jul 26 2017, 9:36 PM.

Details

Summary

This NFC changeset standardizes the suffixes used for LSE Atomics
instructions.

It changes the existing suffixes - 'b', 'h', 's', 'd' - to the existing standard 'B', 'H', 'W' and 'X'.

This changeset is the result of the code review discussion for D35319.

Diff Detail

Repository
rL LLVM

Event Timeline

steleman created this revision.Jul 26 2017, 9:36 PM
t.p.northover accepted this revision.Jul 27 2017, 6:50 AM
t.p.northover added a subscriber: t.p.northover.

Looks fine. Thanks for splitting it out.

This revision is now accepted and ready to land.Jul 27 2017, 6:50 AM
This revision was automatically updated to reflect the committed changes.