[PATCH] D136172: [AArch64]SME2 Multi vector Sel instructions

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 11:07:36 PDT 2022


paulwalker-arm added inline comments.


================
Comment at: llvm/test/MC/AArch64/SVE/ld2b-diagnostics.s:84
 ld2b { z0.b, z2.b }, p0/z, [x0]
-// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: registers must be sequential
+// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid operand for instruction
 // CHECK-NEXT: ld2b { z0.b, z2.b }, p0/z, [x0]
----------------
Sorry I've not taken a proper look yet but this change looks like a step backward compared to the original informative error.  Is this fixable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136172



More information about the llvm-commits mailing list