[all-commits] [llvm/llvm-project] a6383b: [VP][RISCV] Add vp.fmuladd.
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Sep 27 10:03:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6383bb51cce781fc8236c89966a09879dc4bb25
https://github.com/llvm/llvm-project/commit/a6383bb51cce781fc8236c89966a09879dc4bb25
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/VPIntrinsics.def
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmuladd-vp.ll
A llvm/test/CodeGen/RISCV/rvv/vfmuladd-vp.ll
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP][RISCV] Add vp.fmuladd.
Expanded in SelectionDAGBuilder similar to llvm.fmuladd.
Reviewed By: frasercrmck, simoll
Differential Revision: https://reviews.llvm.org/D134474
More information about the All-commits
mailing list