[Mlir-commits] [mlir] [mlir][linalg]Implement canonicalizer for `BroadCastOp` on tensors (PR #80466)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Feb 2 13:52:53 PST 2024
================
@@ -1907,6 +1907,20 @@ void BroadcastOp::getEffects(
getDpsInits());
}
+LogicalResult BroadcastOp::canonicalize(BroadcastOp op,
----------------
srcarroll wrote:
yah i was actually thinking that doing this in the interface would be better. that way we don't have to keep doing this for other named ops.
https://github.com/llvm/llvm-project/pull/80466
More information about the Mlir-commits
mailing list