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
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to