[PATCH] D53448: [OpenMP][NVPTX] Use single loops when generating code for distribute parallel for

Gheorghe-Teodor Bercea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 06:55:58 PDT 2018


gtbercea marked 3 inline comments as done.
gtbercea added inline comments.


================
Comment at: lib/CodeGen/CGOpenMPRuntime.h:904
+  ///
+  virtual bool isStaticChunked(OpenMPDistScheduleClauseKind ScheduleKind,
+                               bool Chunked) const;
----------------
ABataev wrote:
> I'd rename this into `isDistStaticChunked`
I've used the same naming convention as the isStaticNonchunked function for consistency.


Repository:
  rC Clang

https://reviews.llvm.org/D53448





More information about the cfe-commits mailing list