Need to look through the base of the member function calls at the DSA
analysis stage to correctly capture implicit class instances.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115902
[OPENMP]Look through member function call base during implicit DSA analysis. ClosedPublic Authored by ABataev on Dec 16 2021, 1:28 PM.
Details Summary Need to look through the base of the member function calls at the DSA
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 17 2021, 9:38 AM This revision was landed with ongoing or failed builds.Dec 17 2021, 10:19 AM Closed by commit rG667485413fd3: [OPENMP]Look through member function call base during implicit DSA analysis. (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 395160 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/task_member_call_codegen.cpp
clang/test/OpenMP/taskloop_codegen.cpp
|