pan/midgard: Use hint on midgard_instruction for spill_move
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 13 Aug 2019 22:58:49 +0000 (15:58 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 14 Aug 2019 21:58:34 +0000 (14:58 -0700)
commit2a9031ea448f56d483bf411f2fac46437e9dee47
tree2e0ab75fba8231f1828ba8181b40d2a93a7800b2
parent3e6f2e7aba13ad3fcc652df6fb3f3b4919f803d5
pan/midgard: Use hint on midgard_instruction for spill_move

This allows us to have multiple spill moves, whereas otherwise for N
spill moves, the first N-1 would be clobbered. Issue found in Krita.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/panfrost/midgard/compiler.h
src/panfrost/midgard/midgard_schedule.c