[PATCH] D53448: [OpenMP][NVPTX] Use single loops when generating code for distribute parallel for
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 26 08:17:53 PDT 2018
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG, with a nit
================
Comment at: lib/Sema/SemaOpenMP.cpp:5308
+
+ // Build IV <= PrevEUB to be used in parallel for is in combination with
+ // a distribute directive with schedule(static, 1)
----------------
Fix the comment here
Repository:
rC Clang
https://reviews.llvm.org/D53448
More information about the cfe-commits
mailing list