[PATCH] D46120: [AArch64][SVE] Asm: Support for gather LD1/LDFF1 (vector + imm) load instructions.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 29 10:37:11 PDT 2018


sdesmalen marked 2 inline comments as done.
sdesmalen added inline comments.


================
Comment at: test/MC/AArch64/SVE/ld1sh-diagnostics.s:150
+
+ld1sh z0.s, p0/z, [z0.s, #64]
+// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: index must be a multiple of 2 in range [0, 62].
----------------
SjoerdMeijer wrote:
> Nit: feel free to ignore this, but I think I would also test -1 and 63 simply because they are the first values out of range (I appreciate they are not a multiple of 2, for which there are checks.) Same comment about other files below.
Fair point, I've added some more tests for these cases.


https://reviews.llvm.org/D46120





More information about the llvm-commits mailing list