[all-commits] [llvm/llvm-project] a0a008: [OpenMP][clang] 6.0: num_threads strict (part 3: c...
Robert Imschweiler via All-commits
all-commits at lists.llvm.org
Mon Jun 30 11:58:27 PDT 2025
Branch: refs/heads/users/ro-i/omp-runtime-nt-strict_3
Home: https://github.com/llvm/llvm-project
Commit: a0a008c46dbe1d71a96dd22f64db34ace7baa96e
https://github.com/llvm/llvm-project/commit/a0a008c46dbe1d71a96dd22f64db34ace7baa96e
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp
M clang/test/OpenMP/parallel_num_threads_codegen.cpp
M clang/test/OpenMP/target_parallel_num_threads_messages.cpp
A clang/test/OpenMP/target_parallel_num_threads_strict_codegen.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
Log Message:
-----------
[OpenMP][clang] 6.0: num_threads strict (part 3: codegen)
OpenMP 6.0 12.1.2 specifies the behavior of the strict modifier for the
num_threads clause on parallel directives, along with the message and
severity clauses. This commit implements necessary codegen changes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list