Skip to content

Commit 2758296

Browse files
committed
pushprepreamble for getproperty, fixes #344
1 parent 53b01d8 commit 2758296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoopVectorization"
22
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.12.81"
4+
version = "0.12.82"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/modeling/graphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ function add_operation!(
11201120
add_operation!(ls, LHS, strip_op_linenumber_nodes(RHS), elementbytes, position)
11211121
elseif RHS.head === :(.)
11221122
c = gensym!(ls, "getproperty")
1123-
pushpreamble!(ls, Expr(:(=), c, RHS))
1123+
pushprepreamble!(ls, Expr(:(=), c, RHS))
11241124
add_constant!(ls, c, elementbytes)
11251125
# op = add_constant!(ls, c, ls.loopsymbols[1:position], LHS, elementbytes, :numericconstant)
11261126
# pushpreamble!(ls, op, c)

0 commit comments

Comments
 (0)