[Mlir-commits] [mlir] [mlir] Add missing materialization function diag for dialect convertion (PR #207689)

Matthias Springer llvmlistbot at llvm.org
Mon Jul 6 05:31:15 PDT 2026


matthias-springer wrote:

There are two cases:
1. No type converter present
2. Type converter present, but unable to build a materialization

Do you want to distinguish between these two? In either case, the error message looks accurate to me. But we could add "`(no type converter specified)` to the error message for Case 1. `miss source materialization function` is not entirely accurate because there could be a materialization function that was called but did not match (i.e. produced an "empty" materialization).


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


More information about the Mlir-commits mailing list