[Mlir-commits] [mlir] [MLIR][NVVM] Add nvvm.fma Op (PR #184776)
Srinivasa Ravi
llvmlistbot at llvm.org
Thu Mar 5 22:51:03 PST 2026
================
@@ -563,6 +563,149 @@ void NVVM::AddFOp::lowerAddFToLLVMIR(Operation &op, LLVM::ModuleTranslation &mt,
}
}
+void NVVM::FmaOp::lowerFmaToLLVMIR(Operation &op, LLVM::ModuleTranslation &mt,
----------------
Wolfram70 wrote:
Makes sense, refactored the core lowering logic in both to `createScalarizedIntrinsicCall`.
https://github.com/llvm/llvm-project/pull/184776
More information about the Mlir-commits
mailing list