[PATCH] D84422: [OpenMP] Fix `present` for exit from `omp target data`

George Rokos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 11:49:54 PDT 2020


grokos added a comment.

So let's proceed with the patch.

Instead of introducing new API functions and making all these changes in all these files, wouldn't it be easier if we just unset the `PRESENT` flag from arg_types in clang when we generate the call to `__tgt_target_data_end_*` if we are exiting from a scoped environment?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84422/new/

https://reviews.llvm.org/D84422





More information about the llvm-commits mailing list