We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a38bb commit 2d33426Copy full SHA for 2d33426
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
@@ -5033,7 +5033,8 @@ struct AAKernelInfoCallSite : AAKernelInfo {
5033
case OMPRTL___kmpc_for_static_loop_8:
5034
case OMPRTL___kmpc_for_static_loop_8u:
5035
// Parallel regions might be reached by these calls, as they take a
5036
- // callback argument potentially arbitrary user-provided code.
+ // callback argument potentially containing arbitrary user-provided
5037
+ // code.
5038
ReachedUnknownParallelRegions.insert(&CB);
5039
// TODO: The presence of these calls on their own does not prevent a
5040
// kernel from being SPMD-izable. We mark it as such because we need
0 commit comments