[Mlir-commits] [mlir] [mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (PR #158298)
Matthias Springer
llvmlistbot at llvm.org
Fri Sep 12 07:14:19 PDT 2025
matthias-springer wrote:
`-test-vulkan-runner-pipeline` consists of multiple `-convert-*-to-llvm` passes. Some of them produce `unrealized_conversion_cast` ops. These are now no longer folded away by `reconcileUnrealizedCasts()` because they are pre-existing ops. (Added note for LLVM integration.)
https://github.com/llvm/llvm-project/pull/158298
More information about the Mlir-commits
mailing list