[PATCH] D45427: [AArch64][AsmParser] Unify code for parsing Neon/SVE vectors.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 01:45:08 PDT 2018


sdesmalen updated this revision to Diff 141805.
sdesmalen marked 6 inline comments as done.
sdesmalen added a comment.

- Added a new comment describing what 'parseVectorKind' does.
- Put back some of the original comments into 'parseVectorKind'.
- Fixed assert in lambda function and updated the capture-list.


https://reviews.llvm.org/D45427

Files:
  lib/Target/AArch64/AArch64RegisterInfo.td
  lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  test/MC/AArch64/SVE/add-diagnostics.s
  test/MC/AArch64/SVE/sub-diagnostics.s
  test/MC/AArch64/SVE/zip1-diagnostics.s
  test/MC/AArch64/SVE/zip2-diagnostics.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45427.141805.patch
Type: text/x-patch
Size: 20215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180410/f6696c38/attachment.bin>


More information about the llvm-commits mailing list