Skip to content

Commit cad7f36

Browse files
committed
chore: add new padd
1 parent b7660ed commit cad7f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compiler.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ function optimization_passes(
905905
"self_subtract_to_convolution_like",
906906
"self_add_to_convolution_like",
907907
"self_mul_to_convolution_like",
908+
"subtract_multiply_const_to_add_mul_const",
908909
]
909910

910911
if !compile_options.disable_scatter_gather_optimization_passes

0 commit comments

Comments
 (0)