[PATCH] D62599: [AArch64][SVE2] Asm: support SVE2 store instructions
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 10:49:36 PDT 2019
chill added inline comments.
================
Comment at: test/MC/AArch64/SVE/stnt1b-diagnostics.s:26
stnt1b z0.s, p0, [x0]
-// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid element width
+// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
// CHECK-NEXT: stnt1b z0.s, p0, [x0]
----------------
Is my understanding correct that we're interpreting an alias in a different way, but this happens only on error?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62599/new/
https://reviews.llvm.org/D62599
More information about the llvm-commits
mailing list