• Adam Procter's avatar
    Implement scalar and tensor constants · 7e5a5f76
    Adam Procter authored
    * 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.
    7e5a5f76
execute.cpp 12.5 KB