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

Raghu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 10:45:15 PDT 2022


raghavendhra marked 5 inline comments as done.
raghavendhra added inline comments.
Herald added a subscriber: anlunx.


================
Comment at: mlir/include/mlir/Target/LLVMIR/Dialect/Utils/CommonOpenMPOpenACCUtils.h:19
+
+LogicalResult convertDataOp(acc::DataOp &op, llvm::IRBuilderBase &builder,
+                            LLVM::ModuleTranslation &moduleTranslation);
----------------
clementval wrote:
> Is there something missing or do you want to support only `acc::DataOp`?
I think this will be common for both OpenACC and OpenMP acc data is equivalent to omp target data directive which will be used in later patches.


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