On Monday, September 21, 2015 02:27:00 PM Matt Turner wrote:
[snip]
> Yeah, the block immediately above handles conditions like this:
>
> if (inst->opcode != BRW_OPCODE_MOV ||
> (inst->dst.file != GRF && inst->dst.file != MRF) ||
> inst->predicate ||
> inst->src[0].file != GRF ||
>
On Mon, Sep 21, 2015 at 2:16 PM, Jason Ekstrand wrote:
> On Mon, Sep 21, 2015 at 2:04 PM, Matt Turner wrote:
>> With NIR:
>>
>> instructions in affected programs: 111508 -> 109193 (-2.08%)
>> helped:507
>
> *sigh* Any idea who's emitting these MOV's? If it's
On Mon, Sep 21, 2015 at 2:16 PM, Kenneth Graunke wrote:
> On Monday, September 21, 2015 02:04:00 PM Matt Turner wrote:
>> With NIR:
>>
>> instructions in affected programs: 111508 -> 109193 (-2.08%)
>> helped:507
>>
>> Without NIR:
>>
>> instructions in affected
On Mon, Sep 21, 2015 at 2:17 PM, Jason Ekstrand wrote:
> On Mon, Sep 21, 2015 at 2:16 PM, Kenneth Graunke
> wrote:
>> On Monday, September 21, 2015 02:04:00 PM Matt Turner wrote:
>>> With NIR:
>>>
>>> instructions in affected programs: 111508 -> 109193 (-2.08%)
>>> helped:
On Mon, Sep 21, 2015 at 2:16 PM, Kenneth Graunke wrote:
> On Monday, September 21, 2015 02:04:00 PM Matt Turner wrote:
>> With NIR:
>>
>> instructions in affected programs: 111508 -> 109193 (-2.08%)
>> helped:507
>>
>> Without NIR:
>>
>> instructions in affected
On Monday, September 21, 2015 02:04:00 PM Matt Turner wrote:
> With NIR:
>
> instructions in affected programs: 111508 -> 109193 (-2.08%)
> helped:507
>
> Without NIR:
>
> instructions in affected programs: 28763 -> 28474 (-1.00%)
> helped:
On Mon, Sep 21, 2015 at 2:04 PM, Matt Turner wrote:
> With NIR:
>
> instructions in affected programs: 111508 -> 109193 (-2.08%)
> helped:507
*sigh* Any idea who's emitting these MOV's? If it's vec_to_movs, we
should probably fix it one of these days. In any
With NIR:
instructions in affected programs: 111508 -> 109193 (-2.08%)
helped:507
Without NIR:
instructions in affected programs: 28763 -> 28474 (-1.00%)
helped:186
---
src/mesa/drivers/dri/i965/brw_vec4.cpp | 21 ++