This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix codegen for is_device_ptr component, captured by reference.
ClosedPublic

Authored by ABataev on Jul 29 2020, 2:06 PM.

Details

Summary

Need to map the component as TO instead of the literal, because need to
pass a reference to a component if the pointer is overaligned.

Diff Detail

Event Timeline

ABataev created this revision.Jul 29 2020, 2:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2020, 2:06 PM
ABataev requested review of this revision.Jul 29 2020, 2:06 PM
This revision is now accepted and ready to land.Sep 8 2020, 9:54 PM