[Mlir-commits] [mlir] [mlir] Allow blacklist ops for reduction linalg elementwise fusion (PR #144176)

Evan Liu llvmlistbot at llvm.org
Mon Jun 16 10:21:34 PDT 2025


================
@@ -0,0 +1,49 @@
+// RUN: mlir-opt %s -test-linalg-elementwise-fusion-patterns=blacklist-ops-for-reduction -split-input-file | FileCheck %s
----------------
Evanyl wrote:

This specific tests adds `arith.addf` to the blacklist.

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


More information about the Mlir-commits mailing list