[PATCH] D128816: [OpenMP] Add loop tripcount argument to kernel launch and remove push function

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 13:40:57 PDT 2022


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LG, but rename the function.



================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.h:890
+  /// the int64 value for the number of iterations of the associated loop.
+  llvm::Value *emitTargetNumIterationsCall(
       CodeGenFunction &CGF, const OMPExecutableDirective &D,
----------------
Rename the function. It doesn't emit a call anymore.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128816/new/

https://reviews.llvm.org/D128816



More information about the llvm-commits mailing list