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

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 05:25:17 PST 2022


c-rhodes accepted this revision.
c-rhodes added inline comments.
This revision is now accepted and ready to land.


================
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> {
----------------
david-arm wrote:
> 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?
> Given Paul's comments above I've just left this as a multiclass if that's ok?

sure that's fine


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

https://reviews.llvm.org/D137321



More information about the llvm-commits mailing list