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

ksyx via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 04:31:59 PDT 2021


ksyx updated this revision to Diff 347346.
ksyx added a comment.

fix: types of immargs to better fit the proposal <https://github.com/rvkrypto/rvkrypto-fips/blob/main/rvkintrin.h>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102310/new/

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.347346.patch
Type: text/x-patch
Size: 23269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210524/cc0b4235/attachment.bin>


More information about the llvm-commits mailing list