[PATCH] D66247: [OpenMP] Fix target map for unused variables

Joel E. Denny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 14 14:34:58 PDT 2019


jdenny added a comment.

In D66247#1630321 <https://reviews.llvm.org/D66247#1630321>, @ABataev wrote:

> Try `map(a) firstprivate(a) defaultmap(scalar:tofrom)`, where `a` is `int`, for example. The variable must be mapped as `tofrom` in this case but, most probably, will be mapped as `to`.


Map type is 35=0x23, which has tofrom.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66247





More information about the cfe-commits mailing list