diff options
author | Thomas Helland <[email protected]> | 2015-02-28 20:32:31 +0100 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-03-11 14:21:05 -0700 |
commit | 0525f2e851f5f6f53b5f83c8dcdfa48f9838133b (patch) | |
tree | ab5f79f276dc884bbe1c59fc3bd77caaf06190cf /src/glsl/ir_builder.cpp | |
parent | 09b03254091d054800834ddee604885a1093673f (diff) |
nir: Optimize (a*b)+(a*c) -> a*(b+c)
Shader-db i965 instructions:
total instructions in shared programs: 1715894 -> 1710802 (-0.30%)
instructions in affected programs: 443080 -> 437988 (-1.15%)
helped: 1502
HURT: 13
GAINED: 4
LOST: 4
Shader-db NIR instructions:
total instructions in shared programs: 607710 -> 606187 (-0.25%)
instructions in affected programs: 208285 -> 206762 (-0.73%)
helped: 769
HURT: 8
GAINED: 0
LOST: 0
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Signed-off-by: Thomas Helland <[email protected]>
Diffstat (limited to 'src/glsl/ir_builder.cpp')
0 files changed, 0 insertions, 0 deletions