summaryrefslogtreecommitdiff
path: root/openmp/runtime/test/transform/reverse/parallel-wsloop-collapse-foreach.cpp
AgeCommit message (Collapse)Author
2024-07-18[Clang][OpenMP] Add reverse directive (#92916)Michael Kruse
Add the reverse directive which will be introduced in the upcoming OpenMP 6.0 specification. A preview has been published in [Technical Report 12](https://www.openmp.org/wp-content/uploads/openmp-TR12.pdf). --------- Co-authored-by: Alexey Bataev <a.bataev@outlook.com>