[PATCH] D62383: [AArch64][SVE2] Asm: support SVE2 Floating Point Pairwise Group
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 07:11:43 PDT 2019
chill added inline comments.
================
Comment at: test/MC/AArch64/SVE2/faddp-diagnostics.s:36
+// --------------------------------------------------------------------------//
+// Predicate not in restricted predicate range
+
----------------
Also `p0/z` is invalid predicate, e.g.:
```
faddp z0.h, p0/z, z0.h, z1.h
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand
```
etc.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62383/new/
https://reviews.llvm.org/D62383
More information about the llvm-commits
mailing list