[Mlir-commits] [mlir] [acc] Add attribute for combined constructs (PR #80319)
Razvan Lupusoru
llvmlistbot at llvm.org
Wed Mar 6 11:33:50 PST 2024
================
@@ -1101,7 +1122,8 @@ def OpenACC_SerialOp : OpenACC_Op<"serial",
let assemblyFormat = [{
oilist(
- `dataOperands` `(` $dataClauseOperands `:` type($dataClauseOperands) `)`
+ `combined` `(` custom<CombinedConstructs>($combined) `)`
----------------
razvanlupusoru wrote:
The oilist is ordered - so "combined" does appear right after the op name if present.
https://github.com/llvm/llvm-project/pull/80319
More information about the Mlir-commits
mailing list