[PATCH] D135468: [AArch64]SME2 Multiple vector ternary int/float 2 and 4 registers
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 7 10:58:04 PDT 2022
CarolineConcatto created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
CarolineConcatto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Adds the following instructions:
For INT: ADD, SUB
For FP: FMLA, FMLS
that are SME2 Multi-vector - Multiple Array Vectors.
This patch also adds a new register operand to represent multiples of
ZA multi-vectors.
It adds:
ZZ_s_mul_r, ZZ_d_mul_r, ZZZZ_s_mul_r and ZZZZ_d_mul_r
to represent the Zn or Zm times 2 or 4 according to the vector group.
Depends on: D135455 <https://reviews.llvm.org/D135455>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135468
Files:
llvm/lib/Target/AArch64/AArch64RegisterInfo.td
llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
llvm/lib/Target/AArch64/SMEInstrFormats.td
llvm/test/MC/AArch64/SME2/add-diagnostics.s
llvm/test/MC/AArch64/SME2/add.s
llvm/test/MC/AArch64/SME2/fmla-diagnostics.s
llvm/test/MC/AArch64/SME2/fmla.s
llvm/test/MC/AArch64/SME2/fmls-diagnostics.s
llvm/test/MC/AArch64/SME2/fmls.s
llvm/test/MC/AArch64/SME2/sub-diagnostics.s
llvm/test/MC/AArch64/SME2/sub.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135468.466122.patch
Type: text/x-patch
Size: 137633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221007/7c5523b7/attachment-0001.bin>
More information about the llvm-commits
mailing list