Refactor the code that handles the align clause of 'omp allocate' so
it can be used with globals as well as local variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D126426
[OpenMP] Use the align clause value from 'omp allocate' for globals ClosedPublic Authored by mikerice on May 25 2022, 3:30 PM.
Details Summary Refactor the code that handles the align clause of 'omp allocate' so
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 26 2022, 9:08 AM Closed by commit rG0a5cfbf7b2e8: [OpenMP] Use the align clause value from 'omp allocate' for globals (authored by mikerice). · Explain WhyMay 26 2022, 9:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 432318 clang/lib/CodeGen/CGDecl.cpp
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/OpenMP/align_clause_global_codegen.cpp
|