[PATCH] D39792: [AArch64][SVE] Asm: More concise test format

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 04:24:59 PST 2017


sdesmalen created this revision.
Herald added subscribers: kristof.beyls, tschuett, javed.absar, aemerson.

Change the test format for SVE assembler/disassembler tests to be less verbose and have both tests in the same file.

The tests check the following:

- All instructions are assembled correctly into the right encoding.
- All instructions are disassembled correctly (into the preferred assembly format)
- Without -mattr=+sve the instructions are not assembled.
- Without -mattr=+sve the instructions are not disassembled.


https://reviews.llvm.org/D39792

Files:
  test/MC/AArch64/SVE/add.s
  test/MC/AArch64/SVE/assembler_tests/add.s
  test/MC/AArch64/SVE/assembler_tests/sub.s
  test/MC/AArch64/SVE/disassembler_tests/add.s
  test/MC/AArch64/SVE/disassembler_tests/sub.s
  test/MC/AArch64/SVE/sub.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39792.122059.patch
Type: text/x-patch
Size: 22100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/a1f2cf91/attachment-0001.bin>


More information about the llvm-commits mailing list