Files
clang-p2996/mlir/lib/Dialect/Func
Matthias Springer 08e6566d7a [mlir][Func] Support 1:N result type conversions in func.call conversion (#117413)
This commit adds support for 1:N result type conversions for `func.call`
ops. In that case, argument materializations to the original result type
should be inserted (via `replaceOpWithMultiple`).

This commit is in preparation of merging the 1:1 and 1:N conversion
drivers.
2024-11-23 20:13:43 +09:00
..