[all-commits] [llvm/llvm-project] 912740: [RISCV] Add intrinsics for vrgather instruction

ShihPo Hung via All-commits all-commits at lists.llvm.org
Thu Dec 24 18:28:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 912740a864feeac37064844a8cb4743582aec558
      https://github.com/llvm/llvm-project/commit/912740a864feeac37064844a8cb4743582aec558
  Author: ShihPo Hung <shihpo.hung at sifive.com>
  Date:   2020-12-24 (Thu, 24 Dec 2020)

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

  Log Message:
  -----------
  [RISCV] Add intrinsics for vrgather instruction

This patch defines vrgather 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: ShihPo Hung <shihpo.hung at sifive.com>

Differential revision: https://reviews.llvm.org/D93797




More information about the All-commits mailing list