[PATCH] D147617: [AArch64][SME] Fix LDR and STR asm parser
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 07:43:45 PDT 2023
david-arm added a comment.
Nice fix @CarolineConcatto! Just one minor comment ...
================
Comment at: llvm/test/MC/AArch64/SME/ldr-diagnostics.s:56
+// ------------------------------------------------------------------------- //
+// Mismatch between offset and immediate
+ldr za[w14, 6], [x10, #5, mul vl]
----------------
If it's not too much trouble, could you also add a similar test for str as well?
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