[PATCH] D102310: [RISCV][CodeGen] Implement IR Intrinsic support for K extension

ksyx via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 23:42:14 PDT 2021


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

This revision implements IR Intrinsic support for RISCV Scalar Crypto extension according to the specification of version 0.9.0 <https://github.com/riscv/riscv-crypto/releases/tag/v0.9.0-scalar> and the proposal <https://github.com/rvkrypto/rvkrypto-fips> by Markku.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102310

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoK.td
  llvm/test/CodeGen/RISCV/rv32Zkn.ll
  llvm/test/CodeGen/RISCV/rv32Zkr.ll
  llvm/test/CodeGen/RISCV/rv32Zksed.ll
  llvm/test/CodeGen/RISCV/rv32Zksh.ll
  llvm/test/CodeGen/RISCV/rv64Zkn.ll
  llvm/test/CodeGen/RISCV/rv64Zkr.ll
  llvm/test/CodeGen/RISCV/rv64Zksed.ll
  llvm/test/CodeGen/RISCV/rv64Zksh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102310.344670.patch
Type: text/x-patch
Size: 23575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210512/2325b510/attachment.bin>


More information about the llvm-commits mailing list