[Mlir-commits] [mlir] [acc] Add attribute for combined constructs (PR #80319)
Razvan Lupusoru
llvmlistbot at llvm.org
Wed Mar 6 14:11:48 PST 2024
================
@@ -989,7 +1008,8 @@ def OpenACC_ParallelOp : OpenACC_Op<"parallel",
let assemblyFormat = [{
oilist(
- `dataOperands` `(` $dataClauseOperands `:` type($dataClauseOperands) `)`
+ `combined` `(` custom<CombinedConstructs>($combined) `)`
----------------
razvanlupusoru wrote:
I used UnitAttr as requested :)
https://github.com/llvm/llvm-project/pull/80319
More information about the Mlir-commits
mailing list