[PATCH] D137321: [AArch64][SVE2] Add the SVE2.1 BF16 instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 01:17:59 PST 2022


david-arm added inline comments.


================
Comment at: llvm/lib/Target/AArch64/SVEInstrFormats.td:2258
 
+multiclass sve2p1_fp_bfmul_by_indexed_elem<string asm> {
+  def NAME : sve_fp_fmul_by_indexed_elem<{0, ?}, 0b1, asm, ZPR16, ZPR3b16, VectorIndexH32b> {
----------------
c-rhodes wrote:
> single def so this should be a class
Given Paul's comments above I've just left this as a multiclass if that's ok?


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

https://reviews.llvm.org/D137321



More information about the llvm-commits mailing list