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

Jack Frankland llvmlistbot at llvm.org
Wed Jan 22 03:03:39 PST 2025


================
@@ -361,7 +361,7 @@ struct ClampClampOptimization : public OpRewritePattern<tosa::ClampOp> {
           op, op.getType(), clampOp.getInput(),
----------------
FranklandJack wrote:

I'm going to remove this optimization, it isn't related to NaN propagation and shouldn't be in in this patch.

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


More information about the Mlir-commits mailing list