================ @@ -274,10 +264,12 @@ OPENMP_DOACROSS_MODIFIER(source_omp_cur_iteration) OPENMP_THREADSET_KIND(omp_pool) OPENMP_THREADSET_KIND(omp_team) +// OpenMP 6.1 modifiers for 'adjust_args' clause. +OPENMP_NEED_DEVICE_PTR_MODIFIER(fb_nullify) ---------------- abhinavgaba wrote:
It's probably more appropriate to use `KIND` instead of "MODIFIER" here, since `fb_nullify/preserve` are not modifiers. https://github.com/llvm/llvm-project/pull/168905 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
