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 1446f96 commit 4cb2853Copy full SHA for 4cb2853
flang/include/flang/Optimizer/Transforms/Passes.td
@@ -87,8 +87,8 @@ def FIRToSCFPass : Pass<"fir-to-scf"> {
87
];
88
let options = [Option<"parallelUnordered", "parallel-unordered", "bool",
89
/*default=*/"false",
90
- "Whether to convert `fir.do_loop` with the unordered "
91
- "attribute to `scf.parallel`. Defaults to false.">];
+ "Allow converting a fir.do_loop with the `unordered` "
+ "attribute to scf.parallel (experimental).">];
92
}
93
94
def AnnotateConstantOperands : Pass<"annotate-constant"> {
0 commit comments