No need to generate inlined OpenMP region for variables captured in
lambdas or block decls, only for implicitly captured variables in the
OpenMP region.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D79966
[OPENMP]Fix PR45911: Data sharing and lambda capture. ClosedPublic Authored by ABataev on May 14 2020, 2:36 PM.
Details Summary No need to generate inlined OpenMP region for variables captured in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 20 2020, 8:15 AM Closed by commit rG414afdf940e8: [OPENMP]Fix PR45911: Data sharing and lambda capture. (authored by ABataev). · Explain WhyMay 20 2020, 12:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 265322 clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/test/OpenMP/task_firstprivate_codegen.cpp
|