nv50/ir: mark STORE destination inputs as used
authorIlia Mirkin <imirkin@alum.mit.edu>
Mon, 14 Oct 2019 06:40:11 +0000 (02:40 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 30 Oct 2019 23:13:18 +0000 (19:13 -0400)
commit1b9d1e13d8e14c348f6d6c8fab5f31e8768a1371
treedae807a673a870e074aaa6c552b48930e145f230
parent869e32593a9096b845dd6106f8f86e1c41fac968
nv50/ir: mark STORE destination inputs as used

Observed an issue when looking at the code generatedy by the
image-vertex-attrib-input-output piglit test. Even though the test
itself worked fine (due to TIC 0 being used for the image), this needs
to be fixed.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: mesa-stable@lists.freedesktop.org
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp