Sergio Afonso
d84252e064
[MLIR][OpenMP] NFC: Uniformize OpenMP ops names (#85393)
This patch proposes the renaming of certain OpenMP dialect operations with the
goal of improving readability and following a uniform naming convention for
MLIR operations and associated classes. In particular, the following operations
are renamed:
- `omp.map_info` -> `omp.map.info`
- `omp.target_update_data` -> `omp.target_update`
- `omp.ordered_region` -> `omp.ordered.region`
- `omp.cancellationpoint` -> `omp.cancellation_point`
- `omp.bounds` -> `omp.map.bounds`
- `omp.reduction.declare` -> `omp.declare_reduction`
Also, the following MLIR operation classes have been renamed:
- `omp::TaskLoopOp` -> `omp::TaskloopOp`
- `omp::TaskGroupOp` -> `omp::TaskgroupOp`
- `omp::DataBoundsOp` -> `omp::MapBoundsOp`
- `omp::DataOp` -> `omp::TargetDataOp`
- `omp::EnterDataOp` -> `omp::TargetEnterDataOp`
- `omp::ExitDataOp` -> `omp::TargetExitDataOp`
- `omp::UpdateDataOp` -> `omp::TargetUpdateOp`
- `omp::ReductionDeclareOp` -> `omp::DeclareReductionOp`
- `omp::WsLoopOp` -> `omp::WsloopOp`
2024-03-20 11:19:38 +00:00
..
2024-02-28 18:58:53 +05:30
2024-03-11 10:06:49 -05:00
2024-01-23 16:52:21 -06:00
2024-01-22 09:23:11 +00:00
2024-03-12 11:27:26 +01:00
2024-01-30 11:11:29 +00:00
2024-01-30 11:11:29 +00:00
2024-02-07 08:17:47 +00:00
2024-01-26 09:39:43 +00:00
2023-10-31 07:36:32 +01:00
2023-08-31 07:10:31 +00:00
2024-01-18 12:21:19 +09:00
2023-08-21 10:41:55 +09:00
2024-03-14 15:53:28 +09:00
2023-10-31 07:36:46 +01:00
2023-09-27 14:02:54 +02:00
2023-11-04 23:48:59 -04:00
2024-02-05 16:58:10 +01:00
2024-01-17 14:55:02 +00:00
2023-11-28 07:35:09 +01:00
2024-01-03 14:28:15 -06:00
2024-01-29 19:35:23 +00:00
2024-02-27 09:59:50 -06:00
2024-01-08 17:57:52 -05:00
2023-11-01 08:40:54 +01:00
2023-08-11 10:05:30 +02:00
2023-10-21 20:36:28 -04:00
2023-11-23 22:21:39 +01:00
2023-09-28 11:11:16 +01:00
2024-01-10 13:39:32 +01:00
2024-02-23 09:48:58 +00:00
2024-02-07 15:23:28 -05:00
2024-02-21 12:28:05 -08:00
2024-03-02 15:49:18 -08:00
2024-02-13 09:50:34 +01:00
2024-03-19 16:51:32 +01:00
2023-07-07 15:50:54 +00:00
2024-03-20 11:19:38 +00:00
2024-03-02 20:57:30 +01:00
2023-12-20 11:06:27 +09:00
2023-11-17 10:22:15 +01:00
2024-01-06 11:17:01 +01:00
2024-03-20 11:19:38 +00:00
2023-12-20 11:06:27 +09:00
2024-02-21 12:28:05 -08:00
2024-03-19 13:27:35 -07:00
2024-03-13 08:52:05 -07:00
2023-08-02 17:36:54 -04:00
2023-09-07 11:08:52 -07:00
2024-02-22 21:16:33 +01:00
2023-11-10 10:54:51 -08:00
2023-08-15 18:16:37 +00:00
2023-10-10 14:50:38 +08:00
2023-08-28 17:16:21 +02:00
2023-07-25 00:23:09 +02:00
2024-01-05 09:22:18 +01:00
2023-12-07 15:01:55 -08:00
2024-02-20 14:33:33 +00:00
2024-01-05 09:22:18 +01:00
2023-11-27 11:10:25 -05:00