[Mlir-commits] [mlir] [mlir][LLVM] Add operand bundle support (PR #108933)
Markus Böck
llvmlistbot at llvm.org
Mon Sep 23 09:31:41 PDT 2024
================
@@ -1333,11 +1487,35 @@ ParseResult CallOp::parse(OpAsmParser &parser, OperationState &result) {
return failure();
}
+ auto opBundlesLoc = parser.getCurrentLocation();
+ if (auto result = parseOpBundles(parser, opBundleOperands,
----------------
zero9178 wrote:
Expand the auto here
https://github.com/llvm/llvm-project/pull/108933
More information about the Mlir-commits
mailing list