[PATCH] D40360: [AArch64][SVE] Asm: Add SVE predicate register definitions and parsing support

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 03:10:02 PST 2017


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

Merged together 'isSVEDataVectorRegOfWidth()' and 'isSVEPredicateVectorRegOfWidth()'.
The benefit of this may not necessarily be obvious for this patch, but future patches will add 'isSVE<restricted register class>RegOfWidth()', at which point it will only require an extra line to the switch statement.


https://reviews.llvm.org/D40360

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40360.124058.patch
Type: text/x-patch
Size: 11403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171123/fdb0797e/attachment.bin>


More information about the llvm-commits mailing list