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 7402e03 commit 3ad20f6Copy full SHA for 3ad20f6
flang/include/flang/Tools/CLOptions.inc
@@ -354,7 +354,7 @@ inline void createHLFIRToFIRPassPipeline(
354
pm.addPass(hlfir::createLowerHLFIRIntrinsics());
355
pm.addPass(hlfir::createBufferizeHLFIR());
356
pm.addPass(hlfir::createConvertHLFIRtoFIR());
357
- pm.addPass(flangomp::createLowerWorkshare());
+ addNestedPassToAllTopLevelOperations(pm, flangomp::createLowerWorkshare);
358
}
359
360
/// Create a pass pipeline for handling certain OpenMP transformations needed
0 commit comments