intel/fs: Fix MOV_INDIRECT for 64-bit values on little-core
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 17 Oct 2017 21:45:43 +0000 (14:45 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Nov 2017 18:37:52 +0000 (10:37 -0800)
commitfd1bcccc2de9ba6a1ad6171342a155091963c3b9
tree0d9489c5f90cc6aaee101c7321220d19316cfeb3
parent6041a31e77680597614776e59edb12709ec2e019
intel/fs: Fix MOV_INDIRECT for 64-bit values on little-core

The same workaround we need for 64-bit values on little core also takes
care of the Ivy Bridge problem and does so a bit more efficiently so we
can drop that code while we're here.

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