[PATCH] D138809: [RISCV] Support vector crypto extension LLVM IR
Brandon Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 04:08:20 PDT 2023
4vtomat updated this revision to Diff 544294.
4vtomat marked 4 inline comments as done.
4vtomat added a comment.
This update includes:
1. Add the constraint: LMUL*VLEN < EGW during lowering instructions.
2. Enumerate over all of lmul less or equal to vd type's lmul for those instructions that have scalar operand.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138809/new/
https://reviews.llvm.org/D138809
Files:
llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVInstrInfo.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
llvm/lib/Target/RISCV/RISCVInstrInfoZvk.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/vbrev.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/vclz.ll
llvm/test/CodeGen/RISCV/rvv/vcpopv.ll
llvm/test/CodeGen/RISCV/rvv/vctz.ll
llvm/test/CodeGen/RISCV/rvv/vghsh.ll
llvm/test/CodeGen/RISCV/rvv/vgmul.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
llvm/test/CodeGen/RISCV/rvv/vwsll.ll
More information about the llvm-commits
mailing list