hishiguro updated this revision to Diff 265450.
hishiguro added a comment.
Thank you for your comment. I updated source.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79921/new/
https://reviews.llvm.org/D79921
Files:
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/omp_with_loo
hishiguro created this revision.
hishiguro added a reviewer: ABataev.
hishiguro added a project: clang.
Herald added subscribers: cfe-commits, guansong, yaxunl.
Herald added a reviewer: jdoerfert.
Fixes PR45753
When a program that contains a loop to which both "omp parallel for" pragma and
"clan
hishiguro updated this revision to Diff 263964.
hishiguro added a comment.
Fix clang-format error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79921/new/
https://reviews.llvm.org/D79921
Files:
clang/lib/CodeGen/CGStmtOpenMP.cpp
Index: clang/
hishiguro added a comment.
Thank you for your comments. I will check those comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79921/new/
https://reviews.llvm.org/D79921
___
cfe-commits mailing lis
hishiguro updated this revision to Diff 264836.
hishiguro retitled this revision from "[OpenMP] Fix omp and clang pragmas" to
"[OPENMP] Fix mixture of omp and clang pragmas".
hishiguro added a comment.
Herald added a reviewer: a.sidorin.
I checked that your comments are correct. I modified the so