Implement scalar and tensor constants
* This is kind of a cheap hack for the moment, at least in the tensor constant case: each constant instruction carries around its value, and copies that to the result buffer everytime we need it. Ultimately we will probably want a pass that allocates space in the call frame for constants, similar to what we do for parameters.
Showing
Please
register
or
sign in
to comment