[PATCH] D135080: [RISCV] Add isel patterns for vfmacc and vfnmsac.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 05:28:36 PDT 2022


fakepaper56 updated this revision to Diff 464976.
fakepaper56 added a comment.

Add patterns for vfmsac, vfnmacc.


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