Skip to content
Commit b5f1e160 authored by Matt Wala's avatar Matt Wala
Browse files

Don't use lp.auto in temp_var_type to represent no value (closes #152)

Switching to *None* is not ideal, because *None* is already used in
temp_var_type to represent no value.

Hence, this change introduces an "optional" object wrapper to loopy
and uses it to represent the absence of a temp_var_type in an
assignment instruction.
parent b275ce64
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment