[Mlir-commits] [mlir] [mlir][mesh] Add TableGen deffinitions of more collective ops (PR #73842)

Boian Petkantchin llvmlistbot at llvm.org
Fri Dec 1 16:42:04 PST 2023


================
@@ -507,6 +508,43 @@ void AllToAllOp::getCanonicalizationPatterns(RewritePatternSet &patterns,
   patterns.add<EmptyMeshAxesCanonicalizationPattern<AllToAllOp>>(context);
 }
 
+//===----------------------------------------------------------------------===//
+// mesh.broadcast op
+//===----------------------------------------------------------------------===//
+
+LogicalResult
+BroadcastOp::verifySymbolUses(SymbolTableCollection &symbolTable) {
+  // TODO
----------------
sogartar wrote:

I have the verifications ready for a subsequent PR. I can add them in this PR as well.

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


More information about the Mlir-commits mailing list