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

Sirui Mu llvmlistbot at llvm.org
Tue Sep 24 06:04:38 PDT 2024


================
@@ -1100,6 +1186,27 @@ LogicalResult verifyCallOpVarCalleeType(OpTy callOp) {
   return success();
 }
 
+template <typename OpType>
+static LogicalResult verifyOperandBundles(OpType &op) {
----------------
Lancern wrote:

Added a test for `llvm.call`.

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


More information about the Mlir-commits mailing list