[PATCH] D80294: Add support for vmsumudm

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 15:43:54 PDT 2020


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1365
 
+// Vector Multiply-Sum
+def VMSUMUDM : VA1a_Int_Ty3<35, "vmsumudm", int_ppc_altivec_vmsumudm,
----------------
Maybe we can put this definition near the other VMSUM instructions? Since it's also nearby them in `BuiltinsPPC.def` and `IntrinsicsPowerPC.td`. 


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

https://reviews.llvm.org/D80294





More information about the llvm-commits mailing list