[clang] [llvm] [clang][OpenMP] New OpenMP 6.0 threadset clause (PR #135807)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Wed May 7 07:02:06 PDT 2025


================
@@ -3691,6 +3691,7 @@ CGOpenMPRuntime::emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc,
     DestructorsFlag = 0x8,
     PriorityFlag = 0x20,
     DetachableFlag = 0x40,
+    PoolFlag = 0x80,
----------------
alexey-bataev wrote:

The runtime change is better to implement in a separate PR and post an RFC (maybe?) before.
Many flags can be ignored, just need to be sure that we do not break anything else here and most of the consumers/users are agree with this change

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


More information about the cfe-commits mailing list