================ @@ -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