[PATCH] D137419: [AArch64][SVE2] Add the SVE2.1 FP quadword reduction instructions
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 4 06:05:41 PDT 2022
david-arm created this revision.
david-arm added reviewers: sdesmalen, aemerson, paulwalker-arm, CarolineConcatto, kmclaughlin.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds the assembly/disassembly for the following instructions:
faddqv : Floating-point add recursive reduction of quadword vector segments
fmaxqv : Floating-point maximum reduction of quadword vector segments
fmaxnmqv : Floating-point maximum number recursive reduction of quadword vector segments
fminqv : Floating-point minimum recursive reduction of quadword vector segments
fminnmqv : Floating-point minimum number recursive reduction of quadword vector segments
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137419
Files:
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/AArch64SchedA64FX.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE2p1/faddqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/faddqv.s
llvm/test/MC/AArch64/SVE2p1/fmaxnmqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/fmaxnmqv.s
llvm/test/MC/AArch64/SVE2p1/fmaxqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/fmaxqv.s
llvm/test/MC/AArch64/SVE2p1/fminnmqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/fminnmqv.s
llvm/test/MC/AArch64/SVE2p1/fminqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/fminqv.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137419.473209.patch
Type: text/x-patch
Size: 31107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/f3a99a63/attachment-0001.bin>
More information about the llvm-commits
mailing list