This is a temporary message until the feature is implemented and
merged.
Note: There is a proposed patch (https://reviews.llvm.org/D127215)
Paths
| Differential D146768
[Flang][OpenMP] Add TODO message for common block privatisation ClosedPublic Authored by kiranchandramohan on Mar 23 2023, 3:55 PM.
Details Summary This is a temporary message until the feature is implemented and Note: There is a proposed patch (https://reviews.llvm.org/D127215)
Diff Detail
Event TimelineComment Actions LGTM except one small problem
This revision is now accepted and ready to land.Mar 23 2023, 6:07 PM
Closed by commit rG90d9c1ca74d3: [Flang][OpenMP] Add TODO message for common block privatisation (authored by kiranchandramohan). · Explain WhyMar 24 2023, 4:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 508044 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/Todo/private-commonblock.f90
|
I think commonDet may cause a warning of unused variable.