[PATCH] D107903: [AArch64][SME] Support NEON vector to GPR integer moves in streaming mode

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 03:45:44 PDT 2021


c-rhodes added inline comments.


================
Comment at: llvm/test/MC/AArch64/SME/streaming-mode-neon.s:16
+// CHECK-ENCODING: [0x00,0x2c,0x01,0x0e]
+// CHECK-ERROR: instruction requires: neon
+
----------------
sdesmalen wrote:
> I was expecting `streaming-sve or neon`, or is the diagnostic arbitrary? (i.e. both are valid)
> I was expecting `streaming-sve or neon`, or is the diagnostic arbitrary? (i.e. both are valid)

I expected the same but I think it's arbitrary, for the other NEON instructions that are legal in streaming mode but not for a specific variant like this the diagnostic is  `streaming-sve or neon`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107903/new/

https://reviews.llvm.org/D107903



More information about the llvm-commits mailing list