[PATCH] D82584: [PowerPC][Power10] Exploit the High Order Vector Multiply Instructions on Power10

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 10:47:00 PDT 2020


amyk created this revision.
amyk added reviewers: power-llvm-team, PowerPC, nemanjai, lei, saghir.
amyk added projects: PowerPC, LLVM.
Herald added subscribers: shchenz, hiraditya.

This patch aims to exploit the following vector multiply high instructions on Power10.

  vmulhsw VRT, VRA, VRB
  vmulhsd VRT, VRA, VRB
  vmulhuw VRT, VRA, VRB
  vmulhud VRT, VRA, VRB

Depends on D82510 <https://reviews.llvm.org/D82510>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82584

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/test/CodeGen/PowerPC/p10-vector-multiply.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82584.273444.patch
Type: text/x-patch
Size: 4643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200625/bcbd28ee/attachment.bin>


More information about the llvm-commits mailing list