[PATCH] D137420: [AArch64][SVE2] Add the SVE2.1 integer quadword min/max reduction instructions
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 4 06:14:20 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:
smaxqv : Signed maximum reduction of quadword vector segments
sminqv : Signed minimum reduction of quadword vector segments
umaxqv : Unsigned maximum reduction of quadword vector segments
uminqv : Unsigned minimum 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/D137420
Files:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE2p1/smaxqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/smaxqv.s
llvm/test/MC/AArch64/SVE2p1/sminqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/sminqv.s
llvm/test/MC/AArch64/SVE2p1/umaxqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/umaxqv.s
llvm/test/MC/AArch64/SVE2p1/uminqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/uminqv.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137420.473210.patch
Type: text/x-patch
Size: 28150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/e39204d7/attachment.bin>
More information about the llvm-commits
mailing list