[all-commits] [llvm/llvm-project] ec66ed: [OpenMP] Correctly add member expressions to OpenM...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Aug 20 17:45:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec66ed79f43c3303e462b86eff65d08d6cf8229f
https://github.com/llvm/llvm-project/commit/ec66ed79f43c3303e462b86eff65d08d6cf8229f
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/target_map_names.cpp
Log Message:
-----------
[OpenMP] Correctly add member expressions to OpenMP info
Mapping expressions that have `this` as their base expression aren't
considered a valid base variable and the rest of the runtime expects
this. However, if we have an expression with no value declaration we can
try to extract it manually to provide more helpful debuggin information.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D108483
More information about the All-commits
mailing list