We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c95c33 commit 04c751fCopy full SHA for 04c751f
REQUIRE
@@ -5,4 +5,4 @@ DiffResults 0.0.1
5
DiffRules 0.0.4
6
NaNMath 0.2.2
7
SpecialFunctions 0.1.0
8
-CommonSubexpressions 0.0.1
+CommonSubexpressions 0.1.0
src/prelude.jl
@@ -57,7 +57,7 @@ function qualified_cse!(expr)
57
placeholders[placeholder] = x
58
placeholder
59
end
60
- cse_expr = CommonSubexpressions.cse(expr)
+ cse_expr = CommonSubexpressions.cse(expr, false)
61
replace_match!(x -> haskey(placeholders, x), cse_expr.args) do x
62
placeholders[x]
63
0 commit comments