[Mlir-commits] [mlir] [mlir][LLVM] Add operand bundle support (PR #108933)
Tobias Gysi
llvmlistbot at llvm.org
Mon Sep 23 09:56:28 PDT 2024
================
@@ -1468,11 +1657,17 @@ void InvokeOp::print(OpAsmPrinter &p) {
// `to` bb-id (`[` ssa-use-and-type-list `]`)?
// `unwind` bb-id (`[` ssa-use-and-type-list `]`)?
// ( `vararg(` var-callee-type `)` )?
+// ( `bundlearg(` ssa-use-list-list `)` )?
+// ( `bundletags(` str-elements-attr `) )
// attribute-dict? `:` (type `,`)? function-type
+// (`,` `bundletype(` type-list-list `)`)?
----------------
gysit wrote:
nit: this seems outdated now?
https://github.com/llvm/llvm-project/pull/108933
More information about the Mlir-commits
mailing list