[PATCH] D40363: [AArch64][SVE] Asm: Improve diagnostics further when +sve is not specified

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 08:01:46 PST 2017


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

Removed fiddling with Feature bits specifically for SVE and changed it so that the AArch64 assembler always parses the possible operands for _all_ instructions matching the mnemonic (enabled by an option to MatchOperandParserImpl()). This improved two other AArch64 assembler tests.


https://reviews.llvm.org/D40363

Files:
  lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  test/MC/AArch64/SVE/add.s
  test/MC/AArch64/SVE/sub.s
  test/MC/AArch64/SVE/zip1.s
  test/MC/AArch64/SVE/zip2.s
  test/MC/AArch64/armv8.2a-statistical-profiling.s
  test/MC/AArch64/armv8.3a-rcpc.s
  utils/TableGen/AsmMatcherEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40363.124754.patch
Type: text/x-patch
Size: 28225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171129/aa49bc9e/attachment.bin>


More information about the llvm-commits mailing list