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 f3deaa7 commit a5a1021Copy full SHA for a5a1021
flang/include/flang/Tools/CLOptions.inc
@@ -345,7 +345,7 @@ inline void createHLFIRToFIRPassPipeline(
345
pm.addPass(hlfir::createLowerHLFIRIntrinsics());
346
pm.addPass(hlfir::createBufferizeHLFIR());
347
pm.addPass(hlfir::createConvertHLFIRtoFIR());
348
- pm.addPass(flangomp::createLowerWorkshare());
+ addNestedPassToAllTopLevelOperations(pm, flangomp::createLowerWorkshare);
349
}
350
351
/// Create a pass pipeline for handling certain OpenMP transformations needed
0 commit comments