[PATCH] D147617: [AArch64][SME] Fix LDR and STR asm parser

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 00:41:46 PDT 2023


CarolineConcatto marked an inline comment as done.
CarolineConcatto added inline comments.


================
Comment at: llvm/test/MC/AArch64/SME/ldr-diagnostics.s:56
+// ------------------------------------------------------------------------- //
+// Mismatch between offset and immediate
+ldr     za[w14, 6], [x10, #5, mul vl]
----------------
david-arm wrote:
> If it's not too much trouble, could you also add a similar test for str as well?
Sorry, I totally missed that. Now it is done


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147617



More information about the llvm-commits mailing list