[PATCH] D78232: [OPENMP50]Codegen for scan directive in simd loops.
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 21 18:57:18 PDT 2020
jdoerfert added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.h:1351
+ Exclusive,
+ Unknown,
+ };
----------------
I think it is not `Unknown` but `None` (or similar) as we know that it is not a scan reduction.
================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:268
+ })) {
+ }
+}
----------------
What does this conditional do?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78232/new/
https://reviews.llvm.org/D78232
More information about the cfe-commits
mailing list