This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR49790: Constexpr values not handled in `omp declare mapper` clause.
ClosedPublic

Authored by ABataev on Jun 3 2021, 12:14 PM.

Details

Summary

Patch allows using of constexpr vars evaluatable to constant calue to be
used in declare mapper construct.

Diff Detail

Event Timeline

ABataev created this revision.Jun 3 2021, 12:14 PM
ABataev requested review of this revision.Jun 3 2021, 12:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2021, 12:14 PM
This revision is now accepted and ready to land.Jun 3 2021, 12:55 PM