[PATCH] D136427: [AArch64][SVE2] Add the SVE2.1 fdot instructions

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 03:49:00 PDT 2022


sdesmalen added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:3579
+def FDOT_ZZZ    : sve_float_dot<0b0, "fdot">;
+def FDOT_ZZI    : sve_float_dot_indexed<0b0, "fdot">;
 } // End HasSVE2p1_or_HasSME2
----------------
I think this should be ZZZI


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136427/new/

https://reviews.llvm.org/D136427



More information about the llvm-commits mailing list