Mehdi Amini
3c9938d955
[MLIR][XeVM] Wrap in-place op modifications in modifyOpInPlace in LLVMLoadStoreToOCLPattern ( #188952 )
...
LLVMLoadStoreToOCLPattern::matchAndRewrite was calling op->removeAttr()
and op->setOperand() directly without going through the rewriter API.
This caused MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS to report "expected
pattern to replace the root operation or modify it in place".
Fix: wrap the direct mutations in rewriter.modifyOpInPlace().
Assisted-by: Claude Code
Fix a failure present with MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS=ON.
2026-03-27 09:19:29 -07:00
..
2026-03-12 19:10:31 +00:00
2026-03-27 16:05:30 +01:00
2026-01-16 11:27:05 -08:00
2026-01-28 19:13:47 +00:00
2025-09-19 22:00:18 -04:00
2026-03-03 09:06:23 +08:00
2026-03-25 20:14:22 +02:00
2026-03-12 11:55:11 -04:00
2026-01-02 20:42:56 -08:00
2025-10-10 09:58:18 -07:00
2026-03-25 20:14:22 +02:00
2025-10-22 14:51:03 +00:00
2025-09-18 20:46:14 -04:00
2025-10-28 15:01:15 +01:00
2026-03-25 20:14:22 +02:00
2026-03-24 19:09:40 +00:00
2025-09-18 20:46:14 -04:00
2025-09-03 08:07:18 -04:00
2026-03-03 09:06:23 +08:00
2026-03-26 11:12:10 +00:00
2026-03-13 15:49:54 +00:00
2026-03-27 16:09:19 +00:00
2026-03-06 06:25:23 -08:00
2026-03-27 11:48:47 -04:00
2026-03-27 11:48:47 -04:00
2026-03-27 11:48:47 -04:00
2026-03-25 20:14:22 +02:00
2025-12-04 05:01:03 -08:00
2025-12-12 18:02:56 +08:00
2026-03-02 13:59:23 +00:00
2026-01-28 19:13:47 +00:00
2026-01-29 02:19:00 +00:00
2026-03-25 20:14:22 +02:00
2026-02-20 14:02:08 -06:00
2025-11-02 15:52:36 -08:00
2026-03-26 07:20:12 -04:00
2025-10-13 23:38:52 -05:00
2026-03-19 15:31:00 +00:00
2026-03-25 20:14:22 +02:00
2026-03-21 07:15:57 +01:00
2026-03-25 20:14:22 +02:00
2025-12-14 12:44:47 +03:00
2026-03-25 20:14:22 +02:00
2026-03-25 20:14:22 +02:00
2026-01-31 03:24:11 -08:00
2026-03-25 20:14:22 +02:00
2025-11-18 16:08:27 +08:00
2026-03-04 12:03:46 +01:00
2026-03-11 12:13:09 +01:00
2026-03-26 17:20:25 +01:00
2025-12-31 16:31:44 -05:00
2026-03-13 19:21:37 +01:00
2026-01-14 08:22:40 -05:00
2026-01-28 19:13:47 +00:00
2025-09-19 22:00:18 -04:00
2026-03-18 10:10:20 +00:00
2026-03-26 07:20:12 -04:00
2025-10-11 11:33:18 -04:00
2026-03-25 20:14:22 +02:00
2025-11-28 10:35:18 +00:00
2026-03-26 07:20:12 -04:00
2025-10-10 09:58:18 -07:00
2026-02-25 10:05:01 +00:00
2026-03-25 20:14:22 +02:00
2025-10-11 11:33:18 -04:00
2025-12-31 17:08:03 -05:00
2026-03-05 11:21:56 -06:00
2026-03-25 07:37:17 -07:00
2026-03-27 09:19:29 -07:00
2026-02-20 14:02:08 -06:00