This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR48174: compile-time crash with target enter data on a global struct.
ClosedPublic

Authored by ABataev on Nov 17 2020, 2:19 PM.

Details

Summary

The compiler should treat array subscript with base pointer as a first
pointer in complex data, it is used only for member expression with base
pointer.

Diff Detail

Event Timeline

ABataev created this revision.Nov 17 2020, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2020, 2:19 PM
ABataev requested review of this revision.Nov 17 2020, 2:19 PM
This revision is now accepted and ready to land.Nov 17 2020, 2:25 PM
This revision was landed with ongoing or failed builds.Nov 18 2020, 7:50 AM
This revision was automatically updated to reflect the committed changes.