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

Valentin Clement バレンタイン クレメン llvmlistbot at llvm.org
Thu Feb 1 11:50:50 PST 2024


================
@@ -1229,7 +1252,8 @@ def OpenACC_KernelsOp : OpenACC_Op<"kernels",
 
   let assemblyFormat = [{
     oilist(
-        `dataOperands` `(` $dataClauseOperands `:` type($dataClauseOperands) `)`
+      `combined` `(` custom<CombinedConstructs>($combined) `)`
----------------
clementval wrote:

Same comment about oilist

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


More information about the Mlir-commits mailing list