Files
clang-p2996/mlir/lib/Conversion/SCFToOpenMP
Sergio Afonso b3b46963b7 [MLIR][OpenMP] NFC: Sort clauses alphabetically (1/2) (#101193)
This patch sorts the clause lists for the following OpenMP operations:
- omp.parallel
- omp.teams
- omp.sections
- omp.wsloop
- omp.distribute
- omp.task

This change results in the reordering of operation arguments, so
impacted unit tests are updated accordingly.
2024-07-31 10:40:11 +01:00
..