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 960a7b9 commit 3e47899Copy full SHA for 3e47899
flang/include/flang/Optimizer/Transforms/Passes.td
@@ -147,7 +147,8 @@ def ArrayValueCopy : FunctionPass<"array-value-copy"> {
147
def AbstractResultOpt : Pass<"abstract-result-opt", "mlir::FuncOp"> {
148
let summary = "Convert fir.array, fir.box and fir.rec function result to function argument";
149
let description = [{
150
- This passed is required before code gen to the LLVM IR dialect, including the pre-cg rewrite pass.
+ This pass is required before code gen to the LLVM IR dialect,
151
+ including the pre-cg rewrite pass.
152
}];
153
let constructor = "::fir::createAbstractResultOptPass()";
154
let dependentDialects = [
0 commit comments