Skip to content

Commit

Permalink
chore: missing upstream optimization passes
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored and wsmoses committed Feb 1, 2025
1 parent e9471bd commit 1777fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ function optimization_passes(; no_nan::Bool=false, sroa::Bool=false)
"replace_neg_add_with_subtract",
"log_const_prop<1>",
"log_plus_one_const_prop<1>",
"while_deadresult<1>",
"while_simplify<1>",
]
if no_nan
append!(
Expand Down

0 comments on commit 1777fbb

Please sign in to comment.