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 09:31:05 -05:00
2024-03-11 10:06:49 -05:00
2024-01-17 06:12:23 +03:00
2024-01-31 23:40:37 -08: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
2024-02-24 09:10:07 +01:00
2024-01-18 12:21:19 +09:00
2024-03-14 15:53:28 +09:00
2024-02-24 09:10:07 +01:00
2023-11-20 20:52:15 -08:00
2023-11-29 11:37:53 -08:00
2024-03-06 12:46:29 +00:00
2024-02-24 09:10:07 +01:00
2024-01-26 14:27:51 +01:00
2024-01-29 19:35:23 +00:00
2024-02-27 09:59:50 -06:00
2024-01-30 20:32:26 -05:00
2024-03-20 09:26:16 +00:00
2023-11-23 22:21:39 +01:00
2024-01-10 13:39:32 +01:00
2024-02-23 09:48:58 +00:00
2024-03-19 17:25:37 -07:00
2024-03-02 15:49:18 -08:00
2024-02-13 09:50:34 +01:00
2024-03-11 23:07:49 +00:00
2024-01-17 11:08:59 +01:00
2024-03-20 11:19:38 +00:00
2024-03-10 20:00:13 -07:00
2023-12-20 11:06:27 +09:00
2024-02-04 18:51:47 +01:00
2023-12-20 09:13:15 +08:00
2024-03-20 11:19:38 +00:00
2024-02-24 09:10:07 +01:00
2024-02-21 12:28:05 -08:00
2024-01-30 22:36:56 -05:00
2024-02-22 21:16:33 +01:00
2024-01-31 23:40:37 -08:00
2024-01-22 09:23:11 +00:00
2024-02-08 19:16:29 +05:30
2024-03-08 14:50:13 -08:00
2024-01-17 11:08:59 +01:00
2023-12-20 00:14:43 -05:00
2024-03-07 11:34:11 +01:00