vc4: Don't treat conditional MOVs as raw MOV.
authorEric Anholt <eric@anholt.net>
Mon, 15 Feb 2016 22:43:38 +0000 (14:43 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 16 Feb 2016 01:13:52 +0000 (17:13 -0800)
commit655fa0f46531a15b6fb0e31486e305e518100c66
tree1246073e7c41582a9448fc42effe005620f009f0
parent00a1bd13b5c6b565b5d15409a6f814b0df2fbe29
vc4: Don't treat conditional MOVs as raw MOV.

The two consumers want to know that the destination will be exactly the
source, which is not true if we might not set the destination.

Signed-off-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/vc4/vc4_qir.c