[Mlir-commits] [mlir] [mlir][Transforms] Dialect conversion: add missing argument materialization. (PR #121200)
Matthias Springer
llvmlistbot at llvm.org
Fri Dec 27 02:50:24 PST 2024
https://github.com/matthias-springer commented:
> The switch from an argument materialization to a source materialization causes legalization to fail.
What kind of failure are you seeing? Is there no matching source materialization? It's possible that you have to turn an `addArgumentMaterialization` into an `addSourceMaterialization`.
https://github.com/llvm/llvm-project/pull/121200
More information about the Mlir-commits
mailing list