Skip to content

Commit

Permalink
feat: add the new optimization passes (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Jan 22, 2025
1 parent 678b90d commit 1c42a58
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,21 @@ function optimization_passes(; no_nan::Bool=false, sroa::Bool=false)
"binary_op_transpose_simplify_or",
"binary_op_transpose_simplify_and",
"binary_op_transpose_simplify_xor",
"transpose_unary_transpose_abs",
"transpose_unary_transpose_neg",
"transpose_unary_transpose_sqrt",
"transpose_unary_transpose_rsqrt",
"transpose_unary_transpose_ceil",
"transpose_unary_transpose_convert",
"transpose_unary_transpose_cosine",
"transpose_unary_transpose_exp",
"transpose_unary_transpose_expm1",
"transpose_unary_transpose_log",
"transpose_unary_transpose_log1p",
"transpose_unary_transpose_sign",
"transpose_unary_transpose_sine",
"transpose_unary_transpose_tanh",
"transpose_broadcast_in_dim_to_broadcast_in_dim<16>",
"replace_neg_add_with_subtract",
"log_const_prop<1>",
"log_plus_one_const_prop<1>",
Expand Down

0 comments on commit 1c42a58

Please sign in to comment.