[PATCH] D127037: [OpenMP][IRBuilder] 'omp target enter data' support.

Shraiysh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 4 00:24:44 PDT 2022


shraiysh added inline comments.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:623-624
+  ///
+  /// \param Loc The location where the target enter data directive was
+  /// encountered.
+  void createTargetEnterData(const LocationDescription &Loc, Value *Device,
----------------
[nit] The other parameters are not described here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127037



More information about the llvm-commits mailing list