[clang] [flang] [llvm] [CLANG][OpenMP] Add support for OpenMP6.0 transparent clause (PR #166810)

Abhinav Gaba via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 2 12:47:00 PST 2025


================
@@ -760,6 +713,7 @@ OpenMP Support
 - Allow array length to be omitted in array section subscript expression.
 - Fixed non-contiguous strided update in the ``omp target update`` directive with the ``from`` clause.
 - Added support for threadset clause in task and taskloop directives.
+- Added support for ``transparent`` clause in task and taskloop directives.
----------------
abhinavgaba wrote:

If the runtime support is not fully there, please clarify here that here.

https://github.com/llvm/llvm-project/pull/166810


More information about the llvm-commits mailing list