[Openmp-commits] [PATCH] D105947: [libomptarget] Keep the Shadow Pointer Map up-to-date

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 13 15:58:03 PDT 2021


grokos added a comment.

No. If the old entry exists in `ShadowPtrMap` then `UpdateDevPtr` will remain `false`, so no update will take place. This patch changes that condition: if either the entry is not in the map or it exists but contains stale data, an update should be performed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105947



More information about the Openmp-commits mailing list