[all-commits] [llvm/llvm-project] 667485: [OPENMP]Look through member function call base dur...
Andrew V. Tischenko via All-commits
all-commits at lists.llvm.org
Fri Dec 17 10:19:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 667485413fd32cf470d7cd6260b50e486fedaf5e
https://github.com/llvm/llvm-project/commit/667485413fd32cf470d7cd6260b50e486fedaf5e
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
A clang/test/OpenMP/task_member_call_codegen.cpp
M clang/test/OpenMP/taskloop_codegen.cpp
Log Message:
-----------
[OPENMP]Look through member function call base during implicit DSA analysis.
Need to look through the base of the member function calls at the DSA
analysis stage to correctly capture implicit class instances.
Differential Revision: https://reviews.llvm.org/D115902
More information about the All-commits
mailing list