This is an archive of the discontinued LLVM Phabricator instance.

Fix edge case in declare target initializer expression
AcceptedPublic

Authored by RitanyaB on Aug 6 2023, 6:40 AM.

Details

Summary

This patch adds support for the following edge cases in declare target -
#pragma omp declare target(variable)
#pragma omp declare target to(variable)

Diff Detail

Event Timeline

RitanyaB created this revision.Aug 6 2023, 6:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2023, 6:40 AM
RitanyaB requested review of this revision.Aug 6 2023, 6:40 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Aug 7 2023, 4:58 AM