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

Abid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 15 10:57:49 PDT 2022


abidmalikwaterloo updated this revision to Diff 452743.
abidmalikwaterloo added a comment.

[MLIR][OpenMP] Added target data, exit data, and enter data operation definition for MLIR


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105255

Files:
  mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td


Index: mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
===================================================================
--- mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+++ mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
@@ -625,7 +625,7 @@
              Variadic<AnyInteger>:$map_type_modifier_operands);
        
   let regions = (region AnyRegion:$region); 
-       
+      
   let assemblyFormat = [{
     (`if` `(` $if_expr^ `)` )?
     (`device` `(` $device^ `:` type($device) `)` )?


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105255.452743.patch
Type: text/x-patch
Size: 490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220815/18f795cb/attachment.bin>


More information about the cfe-commits mailing list