Define vmadd, vmacc, vnmsub, and vnmsac intrinsics and lower to V instructions.
We work with @rogfer01 from BSC to come out this patch.
Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: ShihPo Hung <shihpo.hung@sifive.com>
Paths
| Differential D93632
[RISCV] Add intrinsics for vmacc/vnmsac/vmadd/vnmsub instructions ClosedPublic Authored by arcbbb on Dec 21 2020, 6:19 AM.
Details Summary Define vmadd, vmacc, vnmsub, and vnmsac intrinsics and lower to V instructions. We work with @rogfer01 from BSC to come out this patch. Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 24 others. · View Herald TranscriptDec 21 2020, 6:19 AM This revision is now accepted and ready to land.Dec 21 2020, 10:15 AM Closed by commit rGb15ba2cf6fde: [RISCV] Add intrinsics for vmacc/vnmsac/vmadd/vnmsub instructions (authored by arcbbb). · Explain WhyDec 21 2020, 5:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313223 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vmacc-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmacc-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vmadd-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmadd-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vnmsac-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vnmsac-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vnmsub-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vnmsub-rv64.ll
|