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 71fe6e1 commit 832a6daCopy full SHA for 832a6da
src/Compiler.jl
@@ -717,6 +717,8 @@ function optimization_passes(;
717
"cse_iota",
718
"compare_iota_const_simplify",
719
"reshuffle_ands_compares",
720
+ "square_abs_simplify",
721
+ "divide_divide_simplify",
722
# TODO we want to enable but may cause an infinite compile time
723
# "concat_to_onedim_dusslice",
724
]
0 commit comments