summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/interchange_codegen.cpp
AgeCommit message (Collapse)Author
2024-10-09[Clang][OpenMP] Add permutation clause (#92030)Michael Kruse
Add the permutation clause for the interchange directive which will be introduced in the upcoming OpenMP 6.0 specification. A preview has been published in [Technical Report12](https://www.openmp.org/wp-content/uploads/openmp-TR12.pdf).
2024-07-19[Clang][OpenMP] Add interchange directive (#93022)Michael Kruse
Add the interchange 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).