This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e78a3086a7f: [OPENMP50]Codegen for scan directive in for
simd regions. (authored by ABataev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81658/new/
http
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM. Nice :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81658/new/
https://reviews.llvm.org/D81658
ABataev updated this revision to Diff 271098.
ABataev added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81658/new/
https://reviews.llvm.org/D81658
Files:
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/for_simd_scan_co
ABataev created this revision.
ABataev added a reviewer: jdoerfert.
Herald added subscribers: sstefan1, guansong, yaxunl.
Herald added a project: clang.
Added codegen for scan directives in parallel for regions.
Emits the code for the directive with inscan reductions.
Original code:
#pragma o