commit | c31158d2cb06a864cf44d6d4f2c539e359990d3d | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Tue Mar 17 23:30:32 2015 -0700 |
committer | Matt Turner <mattst88@gmail.com> | Tue Mar 24 14:43:37 2015 -0700 |
tree | 755cab67b154fe26532dbf32b054a17d6c508fa7 | |
parent | b481ebbe399fdc6386fd52f890ba7c310d333ed5 [diff] |
nir: Recognize mul(b2f(a), b2f(b)) as a logical AND. Transform this into b2f(and(a, b)). total instructions in shared programs: 6205448 -> 6204391 (-0.02%) instructions in affected programs: 284030 -> 282973 (-0.37%) helped: 903 HURT: 6 Acked-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Connor Abbott <cwabbott0@gmail.com>