Sergio Afonso
b231f6f862
[MLIR][OpenMP] Improve omp.map.info verification ( #132066 )
...
This patch makes the `map_type` and `map_capture_type` arguments of the
`omp.map.info` operation required, which was already an invariant being
verified by its users via `verifyMapClause()`. This makes it clearer, as
getters no longer return misleading `std::optional` values.
Checks for the `mapper_id` argument are moved to a verifier for the
operation, rather than being checked by users.
Functionally NFC, but not marked as such due to a reordering of
arguments in the assembly format of `omp.map.info`.
2025-03-20 15:48:45 +00:00
..
2023-11-14 22:41:20 +00:00
2023-09-25 14:02:39 +02:00
2024-02-02 12:18:11 -07:00
2023-09-25 14:02:39 +02:00
2025-03-19 17:12:32 -07:00
2023-11-17 11:10:15 +01:00
2023-11-08 15:04:00 -05:00
2023-09-25 14:02:39 +02:00
2023-09-25 14:02:39 +02:00
2023-09-25 14:02:39 +02:00
2023-09-25 14:02:39 +02:00
2024-05-25 17:24:58 +02:00
2023-10-07 16:05:56 +02:00
2024-03-04 13:31:26 +01:00
2023-09-25 14:02:39 +02:00
2024-04-11 17:53:25 +01:00
2023-09-25 14:02:39 +02:00
2025-02-19 15:00:09 +00:00
2023-09-25 14:02:39 +02:00
2025-02-28 10:18:37 +09:00
2025-03-13 17:55:07 +01:00
2024-02-02 12:18:11 -07:00
2025-02-08 18:02:54 +01:00
2024-02-15 10:27:43 +00:00
2023-09-25 14:02:39 +02:00
2023-09-25 14:02:39 +02:00
2023-09-25 14:02:39 +02:00
2024-02-21 10:20:02 +00:00
2024-02-05 17:11:47 +00:00
2024-10-17 16:30:28 +01:00
2025-02-16 15:39:52 +01:00
2024-05-15 13:10:16 +01:00
2024-10-10 09:26:04 +01:00
2025-03-10 11:08:37 -07:00
2024-07-24 18:14:05 -03:00
2025-03-19 16:14:37 +01:00
2023-11-14 22:41:36 +00:00
2023-09-25 14:02:39 +02:00
2023-09-25 14:02:39 +02:00
2025-01-27 08:43:41 -08:00
2025-02-08 18:02:54 +01:00
2023-11-20 18:01:38 -08:00
2024-08-22 11:23:21 +09:00
2025-03-20 15:48:45 +00:00
2023-09-25 14:02:39 +02:00
2024-10-18 15:58:33 +01:00
2024-10-10 09:26:04 +01:00
2025-01-16 12:34:38 -08:00
2025-01-10 11:05:23 -06:00
2023-09-25 14:02:39 +02:00
2025-01-16 12:34:38 -08:00
2024-04-24 15:47:29 -07:00
2024-02-02 12:18:11 -07:00
2023-11-15 16:19:59 +00:00
2025-02-08 18:02:54 +01:00
2025-02-16 15:39:52 +01:00
2023-09-25 14:02:39 +02:00
2024-03-13 14:52:25 -07:00
2023-09-25 14:02:39 +02:00
2023-09-25 14:02:39 +02:00
2024-12-18 07:02:37 -08:00