[llvm-branch-commits] [clang] [llvm] [OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (PR #146405)
Robert Imschweiler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 1 06:11:57 PDT 2025
ro-i wrote:
@shiltian I forwarded the num_threads modifier/severity/message information in `emitCommonOMPParallelDirective()` (in CGStmtOpenMP.cpp) only to `emitNumThreadsClause()`, but not to `emitParallelCall()`. For the CPU codegen, that doesn't matter, because `emitParallelCall()` ignores this information, but for the GPU codegen, it's the other way around. Thanks for the pointer!
https://github.com/llvm/llvm-project/pull/146405
More information about the llvm-branch-commits
mailing list