Files
clang-p2996/mlir/lib/Transforms/Utils/DialectConversion.cpp
Matthias Springer e63d543e66 [mlir][Transforms] Dialect conversion: Fix -debug crash (#125660)
Fix a crash in `ConversionPatternRewriter::replaceUsesOfBlockArgument`
when running with `-debug`. The block that owns the block argument can
be a detached block. In that case, do not attempt to print the name of
the owner op.
2025-02-04 11:31:45 +01:00

132 KiB