[all-commits] [llvm/llvm-project] c88744: [RISCV] Add intrinsics for vslide1up/down, vfslide...
ShihPo Hung via All-commits
all-commits at lists.llvm.org
Tue Dec 22 18:27:50 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8874464b5f63e300bb7507340c04801e033c02e
https://github.com/llvm/llvm-project/commit/c8874464b5f63e300bb7507340c04801e033c02e
Author: ShihPo Hung <shihpo.hung at sifive.com>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/test/CodeGen/RISCV/rvv/vfslide1down-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vfslide1down-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vfslide1up-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vfslide1up-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vslide1down-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vslide1down-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vslide1up-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vslide1up-rv64.ll
Log Message:
-----------
[RISCV] Add intrinsics for vslide1up/down, vfslide1up/down instruction
This patch adds intrinsics for vslide1up, vslide1down, vfslide1up, vfslide1down.
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/D93608
More information about the All-commits
mailing list