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

Razvan Lupusoru llvmlistbot at llvm.org
Fri Feb 2 12:08:06 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) `)`
----------------
razvanlupusoru wrote:

As far as I can tell, oilist works well enough here - "combined" indeed appears first if it is present.

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


More information about the Mlir-commits mailing list