[PATCH] D105574: [AArch64][SME] Add mova instructions
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 11:36:41 PDT 2021
c-rhodes created this revision.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
c-rhodes requested review of this revision.
Herald added a project: LLVM.
This patch adds the mova instruction to insert/extract an SVE vector
register to/from a ZA tile vector.
The preferred MOV aliases are also implemented.
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105574
Files:
llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
llvm/lib/Target/AArch64/SMEInstrFormats.td
llvm/test/MC/AArch64/SME/mova-diagnostics.s
llvm/test/MC/AArch64/SME/mova.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105574.357022.patch
Type: text/x-patch
Size: 125301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210707/514e9235/attachment.bin>
More information about the llvm-commits
mailing list