[PATCH] D80294: Add support for vmsumudm
Ahsan Saghir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 21 16:49:06 PDT 2020
saghir marked an inline comment as done.
saghir 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,
----------------
amyk wrote:
> Maybe we can put this definition near the other VMSUM instructions? Since it's also nearby them in `BuiltinsPPC.def` and `IntrinsicsPowerPC.td`.
This needed to be in the block for Power9 Altivec instructions, the other vmsum instructions are outside the P9 block.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80294/new/
https://reviews.llvm.org/D80294
More information about the cfe-commits
mailing list