[Mlir-commits] [mlir] [mlir][Func][EmitC] Bail-out to avoid errors from MemRef array conversions (PR #198583)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Jun 2 03:33:19 PDT 2026


================

----------------
banach-space wrote:

[nit] Here and in other places, you can drop "negative" from the test function name - all tests in this file are negative (they check for failures in conversion). Instead, you can add some extra info, e.g.:
```suggestion
func.func private @return_val_is_rank0_alloc() -> memref<i32> {
```

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


More information about the Mlir-commits mailing list