[PATCH] D135080: [RISCV] Add isel patterns for vfmacc, vfnmacc, vfmsac and vfnmsac.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 18:56:51 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG74a130af9735: [RISCV] Add isel patterns for vfmacc, vfnmacc, vfmsac and vfnmsac. (authored by fakepaper56).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135080/new/
https://reviews.llvm.org/D135080
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmacc-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsac-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmacc-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsac-vp.ll
llvm/test/CodeGen/RISCV/rvv/vfmacc-vp.ll
llvm/test/CodeGen/RISCV/rvv/vfmsac-vp.ll
llvm/test/CodeGen/RISCV/rvv/vfnmacc-vp.ll
llvm/test/CodeGen/RISCV/rvv/vfnmsac-vp.ll
More information about the llvm-commits
mailing list