[PATCH] D131915: [MLIR][OpenMP] Added target data, exit data, and enter data operation definition for MLIR.

Valentin Clement via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 20 04:38:30 PST 2023


clementval added a comment.

Just small nit



================
Comment at: mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp:628-629
+    int64_t mapTypeBits = 0x00;
+    auto mapOp = map_operands[i];
+    auto mapTypeOp = map_types[i];
+
----------------
auto should be spelled out here. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131915



More information about the cfe-commits mailing list