[PATCH] D143278: [SME2][AArch64] Add multi-indexed multiply-add long long intrinsics
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 05:58:25 PST 2023
david-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/SMEInstrFormats.td:2599
+
+ def _PSEUDO : sme2_za_array_2op_multi_index_pseudo<NAME, uimm2s4range, ZPR16, ZPR4b16, VectorIndexB32b_timm, SMEMatrixArray>;
+
----------------
Shouldn't these be `VectorIndexH32b_timm` to match the type in `sme2_mla_ll_array_index_64b`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143278/new/
https://reviews.llvm.org/D143278
More information about the llvm-commits
mailing list