This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Minor refactoring and cleanup
ClosedPublic

Authored by c-rhodes on Jul 29 2019, 3:06 AM.

Details

Summary
  • Clarify comment with SVE2 for predicated shifts and move next to other shift instructions.
  • Clarify comments for various instructions.
  • Move FCVTX instruction next to other fp conversions.
  • Move FLOGB to next to other fp instructions and fix description.
  • Remove "cons" from non-constructive multiclass for bitwise shift-right and accumulate instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

c-rhodes created this revision.Jul 29 2019, 3:06 AM
sdesmalen accepted this revision.Jul 30 2019, 8:28 AM

LGTM. This patch is NFC and makes some clarifications/fixes to the comments and names.

This revision is now accepted and ready to land.Jul 30 2019, 8:28 AM
This revision was automatically updated to reflect the committed changes.