[PATCH] D47716: [AArch64][SVE] Asm: Support for saturating INC/DEC (32bit scalar) instructions.
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 11 02:11:30 PDT 2018
samparker 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
----------------
After the effort of producing useful diagnostics, why isn't this message so vague?
https://reviews.llvm.org/D47716
More information about the llvm-commits
mailing list