On Fri, Apr 27, 2018 at 12:17 PM, Matt Turner wrote:
> Noticed while reviewing Tim Arceri's NIR inlining series.
>
> Without his series:
>
> instructions in affected programs: 16 -> 14 (-12.50%)
> helped: 2
>
> With his series:
>
> instructions in affected programs: 196 -> 174 (-11.22%)
> helped:
Noticed while reviewing Tim Arceri's NIR inlining series.
Without his series:
instructions in affected programs: 16 -> 14 (-12.50%)
helped: 2
With his series:
instructions in affected programs: 196 -> 174 (-11.22%)
helped: 22
---
src/compiler/nir/nir_opt_constant_folding.c | 17 +++