[flang-commits] [clang] [flang] [llvm] [CLANG][OpenMP] Add support for OpenMP6.0 transparent clause (PR #166810)
Alexey Bataev via flang-commits
flang-commits at lists.llvm.org
Thu Dec 18 04:06:23 PST 2025
================
@@ -169,6 +169,14 @@ extern const omp_impex_t omp_not_impex;
extern const omp_impex_t omp_import;
extern const omp_impex_t omp_export;
extern const omp_impex_t omp_impex;
+
+template <typename T>
+void TestTaskLoopImpex() {
+#pragma omp taskloop transparent(omp_impex)
----------------
alexey-bataev wrote:
for int argument, it should be int. For impex_type_t, must be impex_type_t. With the current version of the implementation
https://github.com/llvm/llvm-project/pull/166810
More information about the flang-commits
mailing list