This is an archive of the discontinued LLVM Phabricator instance.

[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
merged.

Note: There is a proposed patch (https://reviews.llvm.org/D127215)

Diff Detail

Event Timeline

Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
kiranchandramohan requested review of this revision.Mar 23 2023, 3:55 PM
peixin accepted this revision.Mar 23 2023, 6:07 PM

LGTM except one small problem

flang/lib/Lower/OpenMP.cpp
178

I think commonDet may cause a warning of unused variable.

This revision is now accepted and ready to land.Mar 23 2023, 6:07 PM
flang/lib/Lower/OpenMP.cpp
178

Thanks for pointing that out. Will fix it before I submit it.