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 8ac48fe commit b9d0e31Copy full SHA for b9d0e31
llvm/lib/Target/SPIRV/SPIRVStructurizer.cpp
@@ -1248,7 +1248,7 @@ FunctionPass *llvm::createSPIRVStructurizerPass() {
1248
1249
PreservedAnalyses SPIRVStructurizerWrapper::run(Function &F,
1250
FunctionAnalysisManager &AF) {
1251
- // TODO: Review this after migrating SPIRV passes to "modern" pass manager.
+
1252
auto FPM = legacy::FunctionPassManager(F.getParent());
1253
FPM.add(createLoopSimplifyPass());
1254
FPM.add(new DominatorTreeWrapperPass());
0 commit comments