This revision was automatically updated to reflect the committed changes.
Closed by commit rG414afdf940e8: [OPENMP]Fix PR45911: Data sharing and lambda
capture. (authored by ABataev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79966/new/
https://
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79966/new/
https://reviews.llvm.org/D79966
_
ABataev updated this revision to Diff 265246.
ABataev added a comment.
Herald added a subscriber: sstefan1.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79966/new/
https://reviews.llvm.org/D79966
Files:
clang/lib/CodeGen/CGOpenMPRuntime.
ABataev created this revision.
ABataev added a reviewer: jdoerfert.
Herald added subscribers: guansong, yaxunl.
Herald added a project: clang.
No need to generate inlined OpenMP region for variables captured in
lambdas or block decls, only for implicitly captured variables in the
OpenMP region.