[all-commits] [llvm/llvm-project] c1d6d4: [RISCV] Define vle/vse intrinsics.

Zakk Chen via All-commits all-commits at lists.llvm.org
Wed Dec 16 18:12:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c1d6d461aa77921d7ce761e2966e6bc1f3eee2db
      https://github.com/llvm/llvm-project/commit/c1d6d461aa77921d7ce761e2966e6bc1f3eee2db
  Author: Zakk Chen <zakk.chen at sifive.com>
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsRISCV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
    A llvm/test/CodeGen/RISCV/rvv/vle-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vle-rv64.ll
    A llvm/test/CodeGen/RISCV/rvv/vse-rv32.ll
    A llvm/test/CodeGen/RISCV/rvv/vse-rv64.ll

  Log Message:
  -----------
  [RISCV] Define vle/vse intrinsics.

Define vle/vse intrinsics and lower to V instructions.

We work with @rogfer01 from BSC to come out this patch.

Authored-by: Roger Ferrer Ibanez <rofirrim at gmail.com>
Co-Authored-by: Zakk Chen <zakk.chen at sifive.com>

Reviewed By: craig.topper

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




More information about the All-commits mailing list