The pointer comparison was causing confusion for capture tracking, let's
avoid confusion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135160
[OpenMP] Replace pointer comparison with `isSharedMemPtr` check ClosedPublic Authored by jdoerfert on Oct 4 2022, 7:56 AM.
Details Summary The pointer comparison was causing confusion for capture tracking, let's
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 4 2022, 8:47 AM This revision was landed with ongoing or failed builds.Oct 4 2022, 7:24 PM Closed by commit rGabbc3fa17b93: [OpenMP] Replace pointer comparison with `isSharedMemPtr` check (authored by jdoerfert). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465014 openmp/libomptarget/DeviceRTL/include/Utils.h
openmp/libomptarget/DeviceRTL/src/State.cpp
openmp/libomptarget/DeviceRTL/src/Utils.cpp
|