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

Guray Ozen llvmlistbot at llvm.org
Thu Mar 5 06:16:25 PST 2026


================
@@ -563,6 +563,149 @@ void NVVM::AddFOp::lowerAddFToLLVMIR(Operation &op, LLVM::ModuleTranslation &mt,
   }
 }
 
+void NVVM::FmaOp::lowerFmaToLLVMIR(Operation &op, LLVM::ModuleTranslation &mt,
----------------
grypp wrote:

This code is so much duplicate to `lowerAddFToLLVMIR`. I am wondering if we can re-use some of the codes?  

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


More information about the Mlir-commits mailing list