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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91660
[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
Diff Detail
Event TimelineThis 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 Closed by commit rG5ba324ccadce: [OPENMP]Fix PR48174: compile-time crash with target enter data on a global… (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 306106 clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/test/OpenMP/target_data_map_pointer_array_subscript_codegen.cpp
|