[PATCH] D79972: [OpenMP5.0] map item can be non-contiguous for target update

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 27 15:50:01 PDT 2020


ABataev added a comment.

In D79972#2058555 <https://reviews.llvm.org/D79972#2058555>, @cchen wrote:

> In D79972#2058516 <https://reviews.llvm.org/D79972#2058516>, @ABataev wrote:
>
> > Is my guess correct that for OpenMP >= 50 for target update directive we always emit `possibly non-continuous` runtime calls?
>
>
> My intent is to emit `possibly non-contiguous` runtime calls only if the analysis in Sema set the IsNonContiguous flag to true.


But this analysis only checks for the directive and the version,nothing else.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79972/new/

https://reviews.llvm.org/D79972





More information about the cfe-commits mailing list