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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user