This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix sema check for unified memory case NFC
Needs ReviewPublic

Authored by gtbercea on Jul 17 2019, 12:25 PM.

Details

Reviewers
ABataev
Summary

This patch fixes a condition introduced in patch D60883.

Diff Detail

Repository
rC Clang

Event Timeline

gtbercea created this revision.Jul 17 2019, 12:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2019, 12:25 PM

It does not look like NFC patch, the functionality has changed. Rename it, please, and a test case that reveals why we need this patch. Also, add a better description of the logic.