This is an archive of the discontinued LLVM Phabricator instance.

[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
avoid confusion.

Diff Detail

Event Timeline

jdoerfert created this revision.Oct 4 2022, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 7:56 AM
jdoerfert requested review of this revision.Oct 4 2022, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 7:56 AM
Herald added a subscriber: sstefan1. · View Herald Transcript
This 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
This revision was automatically updated to reflect the committed changes.