[Mlir-commits] [mlir] [acc] Add attribute for combined constructs (PR #80319)

Valentin Clement バレンタイン クレメン llvmlistbot at llvm.org
Fri Feb 2 16:29:50 PST 2024


================
@@ -1642,7 +1667,8 @@ def OpenACC_LoopOp : OpenACC_Op<"loop",
   let hasCustomAssemblyFormat = 1;
   let assemblyFormat = [{
     oilist(
-        `gang` `` custom<GangClause>($gangOperands, type($gangOperands),
+        `combined` `(` custom<CombinedConstructs>($combined) `)`
----------------
clementval wrote:

For printing yes but I think we want to enforce that this must appear just after the op name when parsing. 

https://github.com/llvm/llvm-project/pull/80319


More information about the Mlir-commits mailing list