[clang] [clang-tools-extra] [mlir] [llvm] [mlir][linalg] Refactor `EraseIdentityGenericOp` to be reused by other `LinalgOp`s (PR #80466)

via cfe-commits cfe-commits at lists.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 cfe-commits mailing list