[Mlir-commits] [mlir] [mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (PR #158067)

Matthias Springer llvmlistbot at llvm.org
Fri Sep 12 02:59:57 PDT 2025


================
@@ -3117,6 +3118,13 @@ enum OpConversionMode {
 } // namespace
 
 namespace mlir {
+
+// Predeclaration only.
+static void reconcileUnrealizedCasts(
----------------
matthias-springer wrote:

Added this predeclaration here to keep the diff small, so that the PR is easier to review. Will move the entire function here in a follow-up NFC PR.

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


More information about the Mlir-commits mailing list