[Mlir-commits] [mlir] [mlir][tosa] Add NaN Propagation Mode Support (PR #121951)
Luke Hutton
llvmlistbot at llvm.org
Wed Jan 22 12:03:57 PST 2025
================
@@ -339,33 +339,84 @@ struct ClampIsNoOp : public OpRewritePattern<tosa::ClampOp> {
}
};
+// Attempts the following transformation:
+//
+// For integers a, b, a', and b' such that [a, b] ∩ [c, d] ≠ ∅ and input
----------------
lhutton1 wrote:
nit: should `c` and `d` here be `a'`, `b'`?
https://github.com/llvm/llvm-project/pull/121951
More information about the Mlir-commits
mailing list