[Mlir-commits] [mlir] [flang][MLIR][OpenMP] Add support for `target update` directive. (PR #75047)
Akash Banerjee
llvmlistbot at llvm.org
Wed Dec 13 08:50:46 PST 2023
================
@@ -691,6 +691,7 @@ static ParseResult parseMapClause(OpAsmParser &parser, IntegerAttr &mapType) {
if (parser.parseKeyword(&mapTypeMod))
return failure();
+ // Map-type-modifiers
----------------
TIFitis wrote:
I appreciate the comment but it can be a bit misleading, `implicit` isn't necessarily a map type modifier.
https://github.com/llvm/llvm-project/pull/75047
More information about the Mlir-commits
mailing list