[Mlir-commits] [mlir] [MLIR][LLVM] Add ftz and fuse FP ops related function attribute support (PR #97812)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Jul 6 07:19:20 PDT 2024


================
@@ -1351,6 +1351,18 @@ LogicalResult ModuleTranslation::convertOneFunction(LLVMFuncOp func) {
     llvmFunc->addFnAttr("no-signed-zeros-fp-math",
                         llvm::toStringRef(*noSignedZerosFpMath));
 
+  if (auto DenormalFPMath = func.getDenormalFpMath())
----------------
runseny wrote:

Thanks, modified. The diff please see: [diff](https://github.com/llvm/llvm-project/compare/94bd71f97c6e35fac774611554d0069cc0e16836..c296c22b72f24c37acf37614b3f5001f1eb6475d#diff-0e9fd6478c7a83100254a3b40e2d97649a8d41c84506e1da7f8d281fc633b1f5R1354)

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


More information about the Mlir-commits mailing list