i965/fs: Match destination type to size for ballot
authorMatt Turner <mattst88@gmail.com>
Fri, 30 Jun 2017 22:11:15 +0000 (15:11 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 20 Jul 2017 23:56:50 +0000 (16:56 -0700)
commit069bf7c9078a1b03414a6ace4bbff887e212ab90
tree4593f69841c75237ea5c88d92637cebe8ca1909b
parent1038d385a9b5817132d16f9f5877743d0bb8cca0
i965/fs: Match destination type to size for ballot

No use in taking a 64-bit value when we know the high 32-bits are zero.
src/intel/compiler/brw_compiler.c
src/intel/compiler/brw_fs_nir.cpp