[Mlir-commits] [mlir] [mlir][python] generate value builders (PR #68308)

Jacques Pienaar llvmlistbot at llvm.org
Mon Oct 9 08:55:31 PDT 2023


================
@@ -297,6 +326,9 @@ def MissingNamesOp : TestOp<"missing_names"> {
   let results = (outs I32:$i32, AnyFloat, I64:$i64);
 }
 
+// CHECK: def missing_names(i32, _gen_res_1, i64, _gen_arg_0, f32, _gen_arg_2, *, loc=None, ip=None) -> _Sequence[_ods_ir.OpResult]:
----------------
jpienaar wrote:

I'd drop checking for "->..." everywhere here.

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


More information about the Mlir-commits mailing list