[all-commits] [llvm/llvm-project] 346c1f: [RISCV] Support vector crypto extension LLVM IR

Brandon Wu via All-commits all-commits at lists.llvm.org
Wed Aug 2 10:26:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 346c1f26415a03d0308313f29ffc311a60158a69
      https://github.com/llvm/llvm-project/commit/346c1f26415a03d0308313f29ffc311a60158a69
  Author: 4vtomat <brandon.wu at sifive.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsRISCV.td
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
    A llvm/test/CodeGen/RISCV/rvv/vaesdf.ll
    A llvm/test/CodeGen/RISCV/rvv/vaesdm.ll
    A llvm/test/CodeGen/RISCV/rvv/vaesef.ll
    A llvm/test/CodeGen/RISCV/rvv/vaesem.ll
    A llvm/test/CodeGen/RISCV/rvv/vaeskf1.ll
    A llvm/test/CodeGen/RISCV/rvv/vaeskf2.ll
    A llvm/test/CodeGen/RISCV/rvv/vaesz.ll
    A llvm/test/CodeGen/RISCV/rvv/vandn.ll
    A llvm/test/CodeGen/RISCV/rvv/vbrev.ll
    A llvm/test/CodeGen/RISCV/rvv/vbrev8.ll
    A llvm/test/CodeGen/RISCV/rvv/vclmul.ll
    A llvm/test/CodeGen/RISCV/rvv/vclmulh.ll
    A llvm/test/CodeGen/RISCV/rvv/vclz.ll
    A llvm/test/CodeGen/RISCV/rvv/vcpopv.ll
    A llvm/test/CodeGen/RISCV/rvv/vctz.ll
    A llvm/test/CodeGen/RISCV/rvv/vghsh.ll
    A llvm/test/CodeGen/RISCV/rvv/vgmul.ll
    A llvm/test/CodeGen/RISCV/rvv/vrev8.ll
    A llvm/test/CodeGen/RISCV/rvv/vrol.ll
    A llvm/test/CodeGen/RISCV/rvv/vror.ll
    A llvm/test/CodeGen/RISCV/rvv/vsha2ch.ll
    A llvm/test/CodeGen/RISCV/rvv/vsha2cl.ll
    A llvm/test/CodeGen/RISCV/rvv/vsha2ms.ll
    A llvm/test/CodeGen/RISCV/rvv/vsm3c.ll
    A llvm/test/CodeGen/RISCV/rvv/vsm3me.ll
    A llvm/test/CodeGen/RISCV/rvv/vsm4k.ll
    A llvm/test/CodeGen/RISCV/rvv/vsm4r.ll
    A llvm/test/CodeGen/RISCV/rvv/vwsll.ll

  Log Message:
  -----------
  [RISCV] Support vector crypto extension LLVM IR

Depends on D141672

Differential Revision: https://reviews.llvm.org/D138809




More information about the All-commits mailing list