Skip to content
  • Emma Anholt's avatar
    v3d: Make sure that QPU instruction-has-a-dest matches VIR. · f2c0d310
    Emma Anholt authored
    Found when debugging register spilling -- we would try to spill the dest
    of a STVPMV, inserting spill code after entering the last segment.  In
    fact, we were likely to to choose to do this, given that the STVPMV "dest"
    temp was never read from, making it cheap to spill.
    
    Cc: "18.2" <mesa-stable@lists.freedesktop.org>
    f2c0d310