[all-commits] [llvm/llvm-project] fc7b7f: [RISCV] Add intrinsics for vmv.v.v, vmv.v.x, and v...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Dec 18 09:54:56 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc7b7fc066946f83b04928d80242fcffbf23323e
      https://github.com/llvm/llvm-project/commit/fc7b7fc066946f83b04928d80242fcffbf23323e
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

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

  Log Message:
  -----------
  [RISCV] Add intrinsics for vmv.v.v, vmv.v.x, and vmv.x.i

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

Authored-by: Roger Ferrer Ibanez <rofirrim at gmail.com>
Co-Authored-by: Craig Topper <craig.topper at sifive.com>

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




More information about the All-commits mailing list