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 1fa21a1 commit 047dea1Copy full SHA for 047dea1
mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
@@ -169,7 +169,7 @@ def ComposableOpInterface : OpInterface<"ComposableOpInterface"> {
169
/*retTy=*/"void",
170
/*methodName=*/"setComposite",
171
(ins "bool":$val), [{}], [{
172
- if(val)
+ if (val)
173
$_op->setDiscardableAttr("omp.composite", mlir::UnitAttr::get($_op->getContext()));
174
else
175
$_op->removeDiscardableAttr("omp.composite");
0 commit comments