[PATCH] D116157: [AArch64] Adding "armv8.8-a" memcpy/memset support.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 02:18:18 PST 2022


simon_tatham added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:4975
+      return Error(Loc[0],
+                   "invalid SET instruction, Xd_wb and Xd do not match");
+    if (Xs_wb != Xs)
----------------
Surely this ought to say "invalid CPY instruction", and similarly the two below it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116157



More information about the llvm-commits mailing list