abidmalikwaterloo updated this revision to Diff 448086. abidmalikwaterloo added a comment.
Added assembly format changed the type of mape_type_modifier 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) `)` )?
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) `)` )?
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits