[PATCH] D45689: [AArch64][SVE] Added GPR64shifted and GPR64NoXZRshifted register classes.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 07:49:41 PDT 2018


sdesmalen updated this revision to Diff 142775.
sdesmalen added a comment.

Minor clean-up of patch:

- Removed template argument from 'printRegWithShiftExtend'
- Added unused attribute to DecodeGPR64commonRegisterClass (will be removed in next patch, but avoids breaking buildbot).
- Rephrased diagnostic to say 'xzr' instead of 'x31'.


https://reviews.llvm.org/D45689

Files:
  lib/Target/AArch64/AArch64RegisterInfo.td
  lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
  lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
  lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45689.142775.patch
Type: text/x-patch
Size: 8002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180417/421d573b/attachment.bin>


More information about the llvm-commits mailing list