This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0caf736d7e1d: [OPENMP50]Mapping of the subcomponents with
the 'default' mappers. (authored by ABataev).
Repository:
rG LLVM Github Monorepo
CHANG
grokos accepted this revision.
grokos added a comment.
This revision is now accepted and ready to land.
Libomptarget changes look good, I'll let @jdoerfert provide feedback for the
clang part.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92195/new
ABataev updated this revision to Diff 326445.
ABataev added a comment.
Removed unnecessary changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92195/new/
https://reviews.llvm.org/D92195
Files:
clang/include/clang/AST/OpenMPClause.h
clang/li
ABataev updated this revision to Diff 326144.
ABataev added a comment.
Fixes and updates
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92195/new/
https://reviews.llvm.org/D92195
Files:
clang/include/clang/AST/OpenMPClause.h
clang/lib/CodeGen/C
ABataev updated this revision to Diff 325425.
ABataev added a comment.
Temp update, not finished yet. Still WIP.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92195/new/
https://reviews.llvm.org/D92195
Files:
clang/include/clang/AST/OpenMPClause
abhinavgaba added a comment.
The patch currently asserts for the following:
#include
typedef struct { int a; double *b; } C;
#pragma omp declare mapper(default: C s) map(s.a, s.b[0:2])
int