[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
Thu Jun 25 14:45:00 PDT 2020
ABataev added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:10334-10335
+ MCHandler.generateAllInfo(BasePointers, Pointers, Sizes, MapTypes,
+ Info.Dims, Info.Offsets, Info.Counts,
+ Info.Strides);
----------------
Better to pass `Info` here directly.
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