This patch adds support for Vector Multiply-Sum Unsigned Doubleword Modulo instruction; vmsumudm.
This instruction is available on POWER 9.
Details
Details
- Reviewers
power-llvm-team nemanjai stefanp amyk lei hfinkel - Group Reviewers
Restricted Project - Commits
- rG3428405fc4ec: [PowerPC] Add support for vmsumudm
rGa28e9f120860: [PowerPC] Add support for vmsumudm
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think this overall looks good, but just curious, why was the builtin support removed?
llvm/lib/Target/PowerPC/PPCInstrAltivec.td | ||
---|---|---|
1365 | Maybe we can put this definition near the other VMSUM instructions? Since it's also nearby them in BuiltinsPPC.def and IntrinsicsPowerPC.td. |
Maybe we can put this definition near the other VMSUM instructions? Since it's also nearby them in BuiltinsPPC.def and IntrinsicsPowerPC.td.