[PATCH] D137420: [AArch64][SVE2] Add the SVE2.1 integer quadword min/max reduction instructions
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 4 09:30:31 PDT 2022
paulwalker-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/SVEInstrFormats.td:9285
+// SVE integer min/max reduction (quadwords)
+class sve2p1_minmax_reduction_q<bits<2> sz, bits<2> opc, string mnemonic,
+ RegisterOperand zpr_ty, string vec_sfx>
----------------
As per my comment on D137411, can you use a similar class hierarchy as use by the normal reduction intrinsics?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137420/new/
https://reviews.llvm.org/D137420
More information about the llvm-commits
mailing list