Skip to content

Commit 78b49d5

Browse files
authored
Update Compiler.jl
1 parent 46b968f commit 78b49d5

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
@@ -1029,6 +1029,7 @@ function optimization_passes(
10291029
if WHILE_CONCAT[]
10301030
push!(transform_passes_list, "while_concat")
10311031
push!(transform_passes_list, "while_wrap")
1032+
push!(transform_passes_list, "while_extend")
10321033
end
10331034

10341035
if dus_to_concat

0 commit comments

Comments
 (0)