HLFIR inserts hlfir.declare for threadprivate variables. Seek over
the hlfir.declare to find the threadprivate global symbol.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157730
[Flang][OpenMP] Fix lowering for threadprivate with HLFIR ClosedPublic Authored by kiranchandramohan on Aug 11 2023, 8:39 AM.
Details Summary HLFIR inserts hlfir.declare for threadprivate variables. Seek over
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 11 2023, 8:51 AM This revision was landed with ongoing or failed builds.Aug 11 2023, 9:26 AM Closed by commit rGbd686ca4f7a0: [Flang][OpenMP] Fix lowering for threadprivate with HLFIR (authored by kiranchandramohan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 549422 flang/lib/Lower/OpenMP.cpp
flang/test/Lower/OpenMP/threadprivate-hlfir.f90
|