This is an archive of the discontinued LLVM Phabricator instance.

[Sparc] Add mnemonic aliases for flush, stb, stba, sth, and stha
ClosedPublic

Authored by dcederman on May 21 2018, 7:41 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dcederman created this revision.May 21 2018, 7:41 AM
jyknight added inline comments.May 21 2018, 7:54 AM
lib/Target/Sparc/SparcInstrAliases.td
478–479 ↗(On Diff #147782)

Looks like stuba and stsba should also be provided as aliases of stba.

dcederman updated this revision to Diff 147977.May 22 2018, 3:30 AM
dcederman retitled this revision from [Sparc] Add mnemonic aliases for flush and stb to [Sparc] Add mnemonic aliases for flush, stb, stba, sth, and stha.

Added stuba, stsba, stuh, stsh, stuha, and stsha.

jyknight accepted this revision.May 22 2018, 2:47 PM
This revision is now accepted and ready to land.May 22 2018, 2:47 PM
This revision was automatically updated to reflect the committed changes.