Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 6, 2024
1 parent 1a5827f commit c61dec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/compiler/optimize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ else
@dispose pb=NewPMPassBuilder() begin
add!(pb, NewPMModulePassManager()) do mpm
add!(mpm, NewPMFunctionPassManager()) do fpm
add!(fpm, LowerSIMDLoopPass())
add!(fpm, NewPMLoopPassManager()) do lpm
add!(lpm, LowerSIMDLoopPass())
end
end
end
run!(pb, mod)
Expand Down

0 comments on commit c61dec3

Please sign in to comment.