[PATCH] D127414: [AArch64][SME] Add SME read/write intrinsics that map to the mova instruction
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 00:41:22 PDT 2022
david-arm added a comment.
In D127414#3570871 <https://reviews.llvm.org/D127414#3570871>, @tschuett wrote:
> Sorry! The heading says mova instruction, but in the ll file there are only movs?!?.
Ah yes, sorry for the confusion. Yes 'mov' is actually the preferred alias for the SME 'mova' vector-to-tile and tile-to-vector instructions!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127414/new/
https://reviews.llvm.org/D127414
More information about the llvm-commits
mailing list