glsl: Optimize open-coded lrp into lrp.
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 4 Nov 2013 18:23:24 +0000 (10:23 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 21 Jan 2014 22:20:44 +0000 (14:20 -0800)
commit8d37e9915a3b21b496269a39f677a80a6e02cb2c
treeb564cca17c8695a669815f2956e75f2563abea03
parent13100ac142e935c422018d5152b27ce3564def08
glsl: Optimize open-coded lrp into lrp.

total instructions in shared programs: 1498191 -> 1487051 (-0.74%)
instructions in affected programs:     669388 -> 658248 (-1.66%)
GAINED:                                1
LOST:                                  0

Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
src/glsl/opt_algebraic.cpp