intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 7 Dec 2018 22:05:52 +0000 (14:05 -0800)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 9 Jan 2019 20:03:08 +0000 (12:03 -0800)
commit464e79144f8090eb42b8994a983470628c248be0
treebbc1280fccf515e2a946a5de5b60dcf6c4999b17
parentbc781a0323d719634e29d82b5f14e22db943536e
intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.

I triggered this bug while prototyping code for a future platform on
IVB.  Could be a problem today though if a strided move is
copy-propagated into a type-converting move with DF destination.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/compiler/brw_eu_emit.c