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

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 03:08:54 PDT 2021


sdesmalen accepted this revision.
sdesmalen added inline comments.
This revision is now accepted and ready to land.


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


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

https://reviews.llvm.org/D107903



More information about the llvm-commits mailing list