[PATCH] D131272: [Clang][OpenMP] Fix the issue that `llvm.lifetime.end` is emitted too early for variables captured in linear clause
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 5 11:00:36 PDT 2022
ABataev added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.h:1070
void operator=(const OMPPrivateScope &) = delete;
+ bool MapRestored = false;
----------------
Better to make it a property of MappedVars. Also, are there any issues if just restore it several times without checking?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131272/new/
https://reviews.llvm.org/D131272
More information about the cfe-commits
mailing list