[PATCH] D69316: [OpenMP 5.0] target update list items need not be contiguous (Sema)
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 06:55:16 PDT 2019
ABataev added a comment.
What about codegen tests?
================
Comment at: clang/test/OpenMP/target_update_ast_print.cpp:25
+ U marr[10][10][10];
+#pragma omp target update to(marr[2][0:2][0:2])
+
----------------
It seems to me, the tests are not updated. All non-contiguous tests must pass only if OpenMP version is 50
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69316/new/
https://reviews.llvm.org/D69316
More information about the cfe-commits
mailing list