[PATCH] D47716: [AArch64][SVE] Asm: Support for saturating INC/DEC (32bit scalar) instructions.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 14 04:48:19 PDT 2018


sdesmalen added inline comments.


================
Comment at: test/MC/AArch64/SVE/sqdecd-diagnostics.s:31
+sqdecd x0, x1
+// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid predicate pattern
+// CHECK-NEXT: sqdecd x0, x1
----------------
samparker wrote:
> After the effort of producing useful diagnostics, why isn't this message so vague?
Good point, I see that I wasn't yet using the DiagnosticPredicate for these operands. I'll fix this in a separate patch (because this also affects ptrue(s)).


https://reviews.llvm.org/D47716





More information about the llvm-commits mailing list