[PATCH] D39089: [AArch64][SVE] Asm: Add SVE (Z) Register definitions and parsing support

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 09:51:51 PDT 2017


sdesmalen updated this revision to Diff 121002.
sdesmalen marked 4 inline comments as done.
sdesmalen edited the summary of this revision.
sdesmalen added a comment.

- Updated comment for zsub_hi
- Removed isMatchingOrAlias() because it was not used (will be part of a future patch)
- Renamed k_SVERegister to k_SVEDataRegister
- Renamed SVERegOp to SVEDataRegOp


https://reviews.llvm.org/D39089

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: D39089.121002.patch
Type: text/x-patch
Size: 18820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171031/c9f538ad/attachment.bin>


More information about the llvm-commits mailing list