[Mlir-commits] [mlir] [mlir][linalg][elementwise] Fold broadcast into new elementwise (PR #167626)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Mar 15 18:08:19 PDT 2026
================
@@ -29,7 +29,25 @@ using namespace mlir::linalg;
#define DEBUG_TYPE "linalg-fold-into-elementwise"
namespace {
-struct FoldTransposePattern : public OpRewritePattern<ElementwiseOp> {
----------------
someoneinjd wrote:
fixed.
https://github.com/llvm/llvm-project/pull/167626
More information about the Mlir-commits
mailing list