Skip to content

Commit 723695c

Browse files
committed
Temporary fix which doesn't break anything
1 parent 5e7b72e commit 723695c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nbl/asset/utils/ISPIRVOptimizer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ nbl::core::smart_refctd_ptr<ICPUBuffer> ISPIRVOptimizer::optimize(const uint32_t
3030
&spvtools::CreateSimplificationPass,
3131
&spvtools::CreateVectorDCEPass,
3232
&spvtools::CreateDeadInsertElimPass,
33-
&spvtools::CreateAggressiveDCEPass,
33+
//&spvtools::CreateAggressiveDCEPass,
3434
&spvtools::CreateDeadBranchElimPass,
3535
&spvtools::CreateBlockMergePass,
3636
&spvtools::CreateLocalMultiStoreElimPass,
3737
&spvtools::CreateRedundancyEliminationPass,
3838
&spvtools::CreateLoopInvariantCodeMotionPass,
3939
&spvtools::CreateCCPPass,
40-
&spvtools::CreateReduceLoadSizePass,
40+
//&spvtools::CreateReduceLoadSizePass,
4141
&spvtools::CreateStrengthReductionPass,
4242
&spvtools::CreateIfConversionPass
4343
};

0 commit comments

Comments
 (0)