[llvm-branch-commits] [mlir] [mlir][arith] Add support for `arith.flush_denormals` emulation (PR #192660)
Renato Golin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Apr 18 14:38:45 PDT 2026
================
@@ -97,6 +97,21 @@ def ArithEmulateUnsupportedFloats : Pass<"arith-emulate-unsupported-floats"> {
let dependentDialects = ["vector::VectorDialect"];
}
+def ArithExpandFlushDenormalsPass : Pass<"arith-expand-flush-denormals"> {
----------------
rengolin wrote:
Yeah, a new rewrite into an existing pass
https://github.com/llvm/llvm-project/pull/192660
More information about the llvm-branch-commits
mailing list