On 08/23/2018 06:59 PM, Eric Anholt wrote:
> Ian Romanick writes:
>
>> From: Ian Romanick
>>
>> For some reason, if I did not move the regular lowering to late
>> optimizations, the new lowering would never trigger. This also means
>> that the fsub lowering had to be added to late optimizations
Ian Romanick writes:
> From: Ian Romanick
>
> For some reason, if I did not move the regular lowering to late
> optimizations, the new lowering would never trigger. This also means
> that the fsub lowering had to be added to late optimizations, and this
> requires "intel/compiler: Repeat nir_op
From: Ian Romanick
For some reason, if I did not move the regular lowering to late
optimizations, the new lowering would never trigger. This also means
that the fsub lowering had to be added to late optimizations, and this
requires "intel/compiler: Repeat nir_opt_algebraic_late until no more
pro