[Mlir-commits] [mlir] [mlir][LLVM] Add operand bundle support (PR #108933)

Sirui Mu llvmlistbot at llvm.org
Tue Sep 24 06:05:04 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 `)`)?
----------------
Lancern wrote:

Oh yes they're out of sync. Updated.

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


More information about the Mlir-commits mailing list