File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ Base.string(options::LowerPTLSPassOptions) = options.imaging ? "<imaging>" : ""
2525@module_pass " LowerPTLSPass" LowerPTLSPass LowerPTLSPassOptions
2626
2727@function_pass " DemoteFloat16" DemoteFloat16Pass
28+ @static if VERSION < v " 1.12.0-DEV.1390"
2829@function_pass " CombineMulAdd" CombineMulAddPass
30+ end
2931@function_pass " LateLowerGCFrame" LateLowerGCPass
3032@function_pass " AllocOpt" AllocOptPass
3133@function_pass " PropagateJuliaAddrspaces" PropagateJuliaAddrspacesPass
Original file line number Diff line number Diff line change 349349 add! (fpm, SimplifyCFGPass (; aggressiveSimplifyCFGOptions... ))
350350 end
351351 add! (mpm, NewPMFunctionPassManager ()) do fpm
352- add! (fpm, CombineMulAddPass ())
352+ if VERSION < v " 1.12.0-DEV.1390"
353+ add! (fpm, CombineMulAddPass ())
354+ end
353355 add! (fpm, DivRemPairsPass ())
354356 end
355357 add! (mpm, NewPMFunctionPassManager ()) do fpm
You can’t perform that action at this time.
0 commit comments