Skip to content

Commit 5e3c99d

Browse files
author
joaosaffran
committed
removing deps pass
1 parent b9d0e31 commit 5e3c99d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Target/SPIRV/SPIRVStructurizer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,10 +1250,6 @@ PreservedAnalyses SPIRVStructurizerWrapper::run(Function &F,
12501250
FunctionAnalysisManager &AF) {
12511251

12521252
auto FPM = legacy::FunctionPassManager(F.getParent());
1253-
FPM.add(createLoopSimplifyPass());
1254-
FPM.add(new DominatorTreeWrapperPass());
1255-
FPM.add(new LoopInfoWrapperPass());
1256-
FPM.add(new SPIRVConvergenceRegionAnalysisWrapperPass());
12571253
FPM.add(createSPIRVStructurizerPass());
12581254

12591255
if (!FPM.run(F))

0 commit comments

Comments
 (0)