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

Rolf Morel llvmlistbot at llvm.org
Mon Jun 16 03:59:25 PDT 2025


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

Hmm - here the blacklist is left empty, right?

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


More information about the Mlir-commits mailing list