[PATCH] D78733: [OPENMP]Use new interface for task reduction.
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 23 20:38:58 PDT 2020
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM. One nit below.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.h:170
ArrayRef<const Expr *> ReductionOps);
- /// Emits lvalue for a reduction item.
+ /// Emits lvalue for a hared and original eduction item.
/// \param N Number of the reduction item.
----------------
typos
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78733/new/
https://reviews.llvm.org/D78733
More information about the cfe-commits
mailing list