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

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 02:58:33 PST 2017


sdesmalen added a comment.

One of the negative tests actually exposed a bug where the same diagnostic is produced several times (it does this because it is unmatched for each register operand class, rather than bail out with a parse failure when z31.x is given). I have a fix for that, but will address it in a separate patch so not to complicate this patch.


https://reviews.llvm.org/D39792





More information about the llvm-commits mailing list