[PATCH] D138809: [RISCV] Support vector crypto extension LLVM IR

Brandon Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 06:30:29 PST 2022


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

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138809

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/test/CodeGen/RISCV/rvv/vaesdf.ll
  llvm/test/CodeGen/RISCV/rvv/vaesdm.ll
  llvm/test/CodeGen/RISCV/rvv/vaesef.ll
  llvm/test/CodeGen/RISCV/rvv/vaesem.ll
  llvm/test/CodeGen/RISCV/rvv/vaeskf1.ll
  llvm/test/CodeGen/RISCV/rvv/vaeskf2.ll
  llvm/test/CodeGen/RISCV/rvv/vaesz.ll
  llvm/test/CodeGen/RISCV/rvv/vandn.ll
  llvm/test/CodeGen/RISCV/rvv/vbrev8.ll
  llvm/test/CodeGen/RISCV/rvv/vclmul.ll
  llvm/test/CodeGen/RISCV/rvv/vclmulh.ll
  llvm/test/CodeGen/RISCV/rvv/vghmac.ll
  llvm/test/CodeGen/RISCV/rvv/vrev8.ll
  llvm/test/CodeGen/RISCV/rvv/vrol.ll
  llvm/test/CodeGen/RISCV/rvv/vror.ll
  llvm/test/CodeGen/RISCV/rvv/vsha2ch.ll
  llvm/test/CodeGen/RISCV/rvv/vsha2cl.ll
  llvm/test/CodeGen/RISCV/rvv/vsha2ms.ll
  llvm/test/CodeGen/RISCV/rvv/vsm3c.ll
  llvm/test/CodeGen/RISCV/rvv/vsm3me.ll
  llvm/test/CodeGen/RISCV/rvv/vsm4k.ll
  llvm/test/CodeGen/RISCV/rvv/vsm4r.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138809.478219.patch
Type: text/x-patch
Size: 462266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221128/6888b27d/attachment-0001.bin>


More information about the llvm-commits mailing list