[PATCH] D157140: [clang][Sema][OpenMP] Fix capture region for 'target teams loop'
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 5 14:01:46 PDT 2023
ABataev added inline comments.
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:15410
break;
+ case OMPD_target_teams_loop:
+ // This is equivalent to 'target teams distribute parallel for' with
----------------
Need to have capture region for parallel, no?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157140/new/
https://reviews.llvm.org/D157140
More information about the cfe-commits
mailing list