[PATCH] D140771: [RISCV] Add codegen support for RISCV XTHeadVdot Extension

Jiejie Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 19:38:25 PST 2022


JojoR created this revision.
JojoR added reviewers: craig.topper, kito.cheng, asb, eopXD, jrtc27.
Herald added subscribers: sunshaoce, VincentWu, StephenFan, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, arichardson.
Herald added a project: All.
JojoR requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, MaskRay.
Herald added a project: LLVM.

This patch adds codegen support for XTHeadVdot extension,
which is documented here, it's based on standard vector extension v1.0:

  https://github.com/T-head-Semi/thead-extension-spec


https://reviews.llvm.org/D140771

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/include/llvm/IR/IntrinsicsRISCVXTHead.td
  llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
  llvm/test/CodeGen/RISCV/rvv/xtheadvdot-vmaqa.ll
  llvm/test/CodeGen/RISCV/rvv/xtheadvdot-vmaqasu.ll
  llvm/test/CodeGen/RISCV/rvv/xtheadvdot-vmaqau.ll
  llvm/test/CodeGen/RISCV/rvv/xtheadvdot-vmaqaus.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140771.485661.patch
Type: text/x-patch
Size: 50657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221230/422e809e/attachment.bin>


More information about the llvm-commits mailing list