[llvm-branch-commits] [clang] [flang] [llvm] [Clang][OpenMP] Add permutation clause (PR #92030)
Krzysztof Parzyszek via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 22 05:56:52 PDT 2024
================
@@ -1067,6 +1067,14 @@ struct SizesT {
SizeList v;
};
+// V6.0: `permutation` clause
+template <typename T, typename I, typename E> //
----------------
kparzysz wrote:
Not a big deal, but the clauses here are sorted alphabetically.
https://github.com/llvm/llvm-project/pull/92030
More information about the llvm-branch-commits
mailing list