[PATCH] D105577: [AArch64][SME] Add SVE2 instructions added in SME

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 05:19:24 PDT 2021


c-rhodes marked an inline comment as done.
c-rhodes added inline comments.


================
Comment at: llvm/test/MC/AArch64/SME/dup.s:121
+// CHECK-ERROR: instruction requires: sme
+// CHECK-UNKNOWN: ef 7d e3 25 <unknown>
----------------
kmclaughlin wrote:
> Do we need tests with movprfx for the dup instruction also?
> Do we need tests with movprfx for the dup instruction also?

it's operating on predicates so it can't be prefixed with movprfx


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

https://reviews.llvm.org/D105577



More information about the llvm-commits mailing list