Skip to content

Commit e6ce0fe

Browse files
authored
feat: new compiler optimizations (#1737)
1 parent 13e9675 commit e6ce0fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ PythonCall = "0.9.25"
105105
Random = "1.10"
106106
Random123 = "1.7"
107107
ReactantCore = "0.1.16"
108-
Reactant_jll = "0.0.247"
108+
Reactant_jll = "0.0.248"
109109
ScopedValues = "1.3.0"
110110
Scratch = "1.2"
111111
Sockets = "1.10"

src/Compiler.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,8 @@ function optimization_passes(
908908
"dot_general_subtract_distributive_simplify",
909909
"dus_to_dynamic_pad",
910910
"dynamic_pad_to_pad",
911+
"remove_no_ops_from_while_loop",
912+
"while_is_copy_simplify",
911913
]
912914

913915
if !compile_options.disable_auto_batching_passes

0 commit comments

Comments
 (0)