iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.47k stars 548 forks source link

Remove `reconcile-unrealize-casts` pattern from dialect conversion #17680

Closed matthias-springer closed 23 hours ago

matthias-springer commented 1 week ago

The pattern is not needed and may be removed from MLIR. For reference, see llvm/llvm-project#95700.

Signed-off-by: Matthias Springer mspringer@nvidia.com