[PATCH] D136427: [AArch64][SVE2] Add the SVE2.1 fdot instructions
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 08:17:18 PDT 2022
paulwalker-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:3578-3579
defm FCLAMP_ZZZ : sve2p1_fclamp<"fclamp">;
+def FDOT_ZZZ : sve_float_dot<0b0, "fdot">;
+def FDOT_ZZZI : sve_float_dot_indexed<0b0, "fdot">;
} // End HasSVE2p1_or_HasSME2
----------------
Sorry, last drive by comment I promise, but should these be `FDOT_ZZZ_S` and `FDOT_ZZZI_S` to match the existing naming style? As before, I think the existing bfloat classes are not to be followed because they're wrong.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136427/new/
https://reviews.llvm.org/D136427
More information about the llvm-commits
mailing list