[Mlir-commits] [mlir] [mlir][tosa] Add NaN Propagation Mode Support (PR #121951)

Jack Frankland llvmlistbot at llvm.org
Thu Jan 23 01:32:02 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
----------------
FranklandJack wrote:

Ah excellent catch!

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


More information about the Mlir-commits mailing list