Files
clang-p2996/mlir/lib/AsmParser
Matthias Springer 4e44bd027b [mlir][Parser] Fix crash after block parsing failure (#128011)
Fix a crash when parsing malformed block that defines values that
preceding operations refer to (which would be a dominance error).

Previously: Producer multiple error messages and then crashes as
follows:
```
LLVM ERROR: operation destroyed but still has uses
```

Now: Report an error that the block is malformed. No crash.
2025-02-22 12:57:40 +01:00
..