[Mlir-commits] [mlir] [MLIR][NVVM] Add nvvm.fma Op (PR #184776)

Srinivasa Ravi llvmlistbot at llvm.org
Fri Mar 6 03:03:21 PST 2026


================
@@ -6368,6 +6368,37 @@ def NVVM_SubFOp : NVVM_FloatBinaryOp<"subf"> {
   let hasCanonicalizer = 1;
 }
 
+def NVVM_FmaOp : NVVM_Op<"fma", [Pure, SameOperandsAndResultType]> {
+  let summary = [{
+    Performs floating point fused multiply-add operation with support for mixed 
+    precision operands
+  }];
+  let description = [{
+    The `nvvm.fma` operation performs floating point fused multiply-add of three operands.
----------------
Wolfram70 wrote:

Done

https://github.com/llvm/llvm-project/pull/184776


More information about the Mlir-commits mailing list