This patch adds the assembly/disassembly for the following instruction:
addqv : Unsigned add reduction of quadword vector segments
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Paths
| Differential D137412
[AArch64][SVE2] Add the SVE2.1 add quadword reduction instruction AbandonedPublic Authored by david-arm on Nov 4 2022, 5:11 AM.
Details Summary This patch adds the assembly/disassembly for the following instruction: addqv : Unsigned add reduction of quadword vector segments The reference can be found here:
Diff Detail Event Timelinedavid-arm added a parent revision: D137411: [AArch64][SVE2] Add the SVE2.1 integer quadword reduction instructions.Nov 4 2022, 5:11 AM david-arm added a child revision: D137419: [AArch64][SVE2] Add the SVE2.1 FP quadword reduction instructions.Nov 4 2022, 6:05 AM david-arm mentioned this in D137411: [AArch64][SVE2] Add the SVE2.1 integer quadword reduction instructions. Comment ActionsNow covered by D137411
Revision Contents
Diff 473197 llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE2p1/addqv-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/addqv.s
|
As per my comment on D137411, can you use a similar class hierarchy as use by the normal reduction intrinsics?