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
..
2024-06-06 07:51:47 -07:00
2025-01-29 13:32:36 +01:00
2024-11-11 15:37:26 +05:30
2024-05-04 12:58:14 +02:00
2025-02-04 13:49:15 -07:00
2024-07-25 10:01:46 -04:00
2024-08-15 10:02:41 +02:00
2024-10-31 11:10:09 -04:00
2024-10-31 11:10:09 -04:00
2024-10-31 11:10:09 -04:00
2025-02-21 17:34:16 +01:00
2024-11-21 14:17:28 +08:00
2024-10-03 10:25:44 -07:00
2025-02-21 12:33:38 +01:00
2025-02-22 12:57:40 +01:00
2024-11-23 05:12:04 -08:00
2025-02-19 02:28:49 +08:00
2024-07-07 09:44:07 -07:00
2024-07-07 09:44:07 -07:00
2024-10-03 10:25:44 -07:00
2025-02-04 13:49:15 -07:00
2024-09-17 14:27:31 -07:00
2024-09-20 09:25:57 +08:00
2024-05-07 08:45:28 -07:00
2024-12-17 07:59:11 -08:00
2024-11-24 10:57:08 +01:00
2024-09-28 18:15:14 -07:00
2024-11-01 08:42:12 -07:00
2024-12-18 16:13:58 -06:00
2024-06-19 22:10:34 +08:00
2024-08-09 22:04:40 +02:00
2024-10-31 11:10:09 -04:00
2024-07-26 09:35:06 -05:00