Oleksandr "Alex" Zinenko
fa1b807bef
[mlir] fix crash in transform.print verification ( #86679 )
...
Transform op trait verification calls `getEffects`, and since trait
verification runs before op verification, this call cannot assume the op
to be valid. However, the operand getters now return a `TypedValue` that
unconditionally casts the value to the expected type, leading to an
assertion failure. Use the untyped mechanism instead.
Fixes #84701 .
2024-03-27 02:58:06 +01:00
..
2024-03-21 19:40:55 +01:00
2024-03-11 23:08:56 +00:00
2023-11-03 22:31:36 +01:00
2024-03-24 12:48:19 +09:00
2024-03-19 13:09:33 -04:00
2024-03-07 17:04:12 +00:00
2024-02-16 11:34:34 +00:00
2024-02-24 09:10:07 +01:00
2024-03-25 21:08:18 +08:00
2024-03-26 13:50:28 +09:00
2024-03-15 20:23:20 -07:00
2024-01-09 13:56:11 +01:00
2024-03-21 14:35:00 +01:00
2024-03-20 22:15:17 +01:00
2024-03-20 22:15:17 +01:00
2024-01-19 15:54:33 -08:00
2024-01-18 16:31:40 +00:00
2024-03-22 12:37:39 -05:00
2024-03-22 16:44:06 +01:00
2024-03-17 11:23:30 -05:00
2024-03-24 12:48:19 +09:00
2024-03-08 17:43:56 -05:00
2024-03-15 22:22:09 -07:00
2024-02-16 20:58:10 +05:30
2024-02-13 09:50:34 +01:00
2024-03-07 10:06:47 -08:00
2023-09-06 13:54:39 -07:00
2024-03-20 11:19:38 +00:00
2024-03-02 20:57:30 +01:00
2023-08-31 11:28:23 +00:00
2023-08-30 19:09:27 +02:00
2024-03-25 09:53:57 -07:00
2024-03-15 20:23:20 -07:00
2024-03-18 17:10:23 -07:00
2024-03-25 19:49:12 -07:00
2024-03-26 17:16:03 -07:00
2024-03-26 22:27:11 +01:00
2024-03-27 02:58:06 +01:00
2024-01-08 20:19:18 -08:00
2024-03-20 12:18:42 +00:00
2024-03-25 16:05:09 -05:00
2023-08-14 09:03:11 +02:00
2024-03-20 22:40:44 -04:00
2024-03-07 17:25:59 -06:00
2023-08-01 08:57:08 -07:00