i965/fs/gen7: Allow MATH instructions to have MRF as a destination

total instructions in shared programs: 1376297 -> 1375626 (-0.05%)
instructions in affected programs:     35977 -> 35306 (-1.87%)

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Matt Turner 2013-02-12 13:59:37 -08:00
parent d5c3aa89dc
commit 4eeb9ded9d

View file

@ -2081,7 +2081,7 @@ fs_visitor::compute_to_mrf()
if (scan_inst->mlen)
break;
if (intel->gen >= 6) {
if (intel->gen == 6) {
/* gen6 math instructions must have the destination be
* GRF, so no compute-to-MRF for them.
*/