[PATCH] D134474: [VP][RISCV] Add vp.fmuladd.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 11:36:09 PDT 2022


craig.topper updated this revision to Diff 462978.
craig.topper added a comment.
This revision is now accepted and ready to land.

Add LangRef.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134474/new/

https://reviews.llvm.org/D134474

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmuladd-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vfmuladd-vp.ll
  llvm/unittests/IR/VPIntrinsicTest.cpp



More information about the llvm-commits mailing list