[all-commits] [llvm/llvm-project] b15ba2: [RISCV] Add intrinsics for vmacc/vnmsac/vmadd/vnms...
ShihPo Hung via All-commits
all-commits at lists.llvm.org
Mon Dec 21 17:43:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b15ba2cf6fde9b7e8599dc9c5afc412a98aba5be
https://github.com/llvm/llvm-project/commit/b15ba2cf6fde9b7e8599dc9c5afc412a98aba5be
Author: ShihPo Hung <shihpo.hung at sifive.com>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/test/CodeGen/RISCV/rvv/vmacc-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vmacc-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vmadd-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vmadd-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vnmsac-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vnmsac-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vnmsub-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vnmsub-rv64.ll
Log Message:
-----------
[RISCV] Add intrinsics for vmacc/vnmsac/vmadd/vnmsub instructions
This defines vmadd, vmacc, vnmsub, and vnmsac intrinsics and
lower to V instructions.
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/D93632
More information about the All-commits
mailing list