This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] 'close' map-type-modifier code generation
ClosedPublic

Authored by saghir on Dec 19 2018, 10:24 AM.

Details

Summary

This patch provides codegen support for close map-type-modifier in map clause.

A map clause with the close map-type-modifier is a hint to prefer that the variables are mapped using a copy into faster memory.

[NOTE: This will be committed to trunk after support for close map-type-modifier is added in libomptarget. This revision is being created to avoid duplication of work by other people.]

Diff Detail

Event Timeline

saghir created this revision.Dec 19 2018, 10:24 AM
This revision is now accepted and ready to land.Dec 19 2018, 10:25 AM

Can we close this after D65341 landed?

Herald added a project: Restricted Project. · View Herald Transcript
saghir closed this revision.May 19 2020, 3:49 PM

Support for 'close' map-type-modifier code generation in clang has been added by patch D65341. This revision can be closed.