This patch provides support for usage of common block in private/firstprivate and lastprivate clauses/
Depends on: D127215
Paths
| Differential D156120
[flang][OpenMP] Support for privatization in common block ClosedPublic Authored by NimishMishra on Jul 24 2023, 6:20 AM.
Details Summary This patch provides support for usage of common block in private/firstprivate and lastprivate clauses/ Depends on: D127215
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jul 27 2023, 4:54 AM This revision was landed with ongoing or failed builds.Jul 31 2023, 4:17 AM Closed by commit rGf752265231c2: [flang][OpenMP] Support for privatization in common block (authored by NimishMishra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 543505 flang/lib/Lower/Bridge.cpp
flang/lib/Lower/OpenMP.cpp
flang/test/Lower/OpenMP/Todo/firstprivate-commonblock.f90
flang/test/Lower/OpenMP/Todo/lastprivate-commonblock.f90
flang/test/Lower/OpenMP/firstprivate-commonblock.f90
flang/test/Lower/OpenMP/lastprivate-commonblock.f90
|
Did you miss including the copyFirstPrivateSymbol in the else block?