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
..
2023-03-01 12:17:55 +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
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
2022-08-29 11:09:25 +02:00
2021-11-08 17:54:46 +00: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
2023-09-25 14:02:39 +02:00
2024-03-01 15:28:20 +00:00
2023-09-25 14:02:39 +02:00
2023-05-04 12:26:51 +02:00
2024-03-05 09:25:17 +01:00
2023-07-03 10:18:34 -07:00
2024-02-02 12:18:11 -07:00
2024-02-02 12:18:11 -07: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
2021-11-08 17:54:46 +00:00
2024-02-05 17:11:47 +00:00
2024-02-12 07:58:44 -07:00
2024-01-10 09:28:11 -03:00
2024-02-02 12:18:11 -07:00
2023-09-25 14:02:39 +02:00
2024-03-13 14:52:25 -07:00
2023-11-15 04:53:42 +00:00
2024-01-30 16:01:02 -08: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
2023-09-25 14:02:39 +02:00
2024-02-02 12:18:11 -07:00
2023-11-20 18:01:38 -08:00
2024-03-05 17:27:16 +01:00
2024-03-20 11:19:38 +00:00
2023-09-25 14:02:39 +02:00
2023-11-15 17:04:23 +00:00
2024-02-02 12:18:11 -07:00
2024-02-02 12:18:11 -07:00
2023-09-25 14:02:39 +02:00
2023-09-25 14:02:39 +02:00
2024-02-02 12:18:11 -07:00
2023-10-31 11:38:25 -07:00
2024-02-02 12:18:11 -07:00
2023-11-15 16:19:59 +00:00
2023-07-25 13:58:49 +02: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