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 209f0d3 commit 352758dCopy full SHA for 352758d
src/compiler/optimize.jl
@@ -182,7 +182,7 @@ function addOptimizationPasses!(mpm::LLVM.NewPMPassManager)
182
# remove those before optimizing loops.
183
add!(fpm, AllocOptPass())
184
185
- add!(fpm, NewPMLoopPassManageruse(use_memory_ssa=true)) do lpm
+ add!(fpm, NewPMLoopPassManager(use_memory_ssa=true)) do lpm
186
add!(lpm, LoopRotatePass())
187
# moving IndVarSimplify here prevented removing the loop in perf_sumcartesian(10:-1:1)
188
add!(lpm, LoopIdiomRecognizePass())
0 commit comments