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-01-08 07:42:33 +01:00
2024-01-08 08:25:30 +01:00
2023-06-21 12:11:03 +01:00
2024-01-15 07:34:13 +01:00
2022-08-25 14:11:41 +01:00
2024-01-29 09:14:47 -08:00
2024-03-20 11:19:38 +00:00
2023-11-14 12:43:31 +00:00
2024-03-20 11:19:38 +00:00
2024-03-02 14:39:59 +00:00
2023-11-13 09:14:05 +01:00
2023-08-09 19:35:06 -04:00
2023-10-25 10:47:51 +00:00
2023-10-11 14:29:47 +00:00