[Mlir-commits] [clang] [clang-tools-extra] [mlir] [llvm] [mlir][linalg] Refactor `EraseIdentityGenericOp` to be reused by other `LinalgOp`s (PR #80466)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 6 08:21:03 PST 2024
================
@@ -1907,6 +1907,20 @@ void BroadcastOp::getEffects(
getDpsInits());
}
+LogicalResult BroadcastOp::canonicalize(BroadcastOp op,
----------------
srcarroll wrote:
any thoughts? :)
https://github.com/llvm/llvm-project/pull/80466
More information about the Mlir-commits
mailing list