Skip to content

Commit 2cbeb46

Browse files
authored
Update dus const prop to be parameterized (#1262)
1 parent 9330e85 commit 2cbeb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ function optimization_passes(;
637637
"slice_dot_general<1>",
638638
"if_inline<1>",
639639
"if_to_select<1>",
640-
"dynamic_update_slice_const_prop",
640+
"dynamic_update_slice_const_prop($max_constant_threshold)",
641641
"dynamic_gather_op_is_not_dynamic<16>",
642642
"divide_sqrt_to_multiply_rsqrt<16>",
643643
"associative_binary_op_reordering<1>",

0 commit comments

Comments
 (0)