We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8991e commit 0c3e331Copy full SHA for 0c3e331
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
@@ -2197,9 +2197,9 @@ def OpenACC_LoopOp : OpenACC_Op<"loop",
2197
2198
let hasCustomAssemblyFormat = 1;
2199
let assemblyFormat = [{
2200
+ ( `combined` `(` custom<CombinedConstructsLoop>($combined)^ `)` )?
2201
oilist(
- `combined` `(` custom<CombinedConstructsLoop>($combined) `)`
2202
- | `gang` `` custom<GangClause>($gangOperands, type($gangOperands),
+ `gang` `` custom<GangClause>($gangOperands, type($gangOperands),
2203
$gangOperandsArgType, $gangOperandsDeviceType,
2204
$gangOperandsSegments, $gang)
2205
| `worker` `` custom<DeviceTypeOperandsWithKeywordOnly>(
0 commit comments