[Mlir-commits] [mlir] [mlir][LLVM] Add operand bundle support (PR #108933)
Tobias Gysi
llvmlistbot at llvm.org
Mon Sep 23 09:56:27 PDT 2024
================
@@ -1100,6 +1186,27 @@ LogicalResult verifyCallOpVarCalleeType(OpTy callOp) {
return success();
}
+template <typename OpType>
+static LogicalResult verifyOperandBundles(OpType &op) {
----------------
gysit wrote:
Are there tests for the verifier (at least for one op)?
https://github.com/llvm/llvm-project/pull/108933
More information about the Mlir-commits
mailing list