[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] It wasn't immediately obvious to me what was unique about this one (it was the fact that there are two elements in the return memref).
```suggestion
func.func private @return_value_is_rank_1_two_elemes(%arg0: memref<2xi64>) -> memref<2xi64> {
```
https://github.com/llvm/llvm-project/pull/198583
More information about the Mlir-commits
mailing list