commit | 2767f4ba2df934fea4c50a016e2955c2cf3f6b19 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Fri Oct 28 15:03:53 2016 -0700 |
committer | Aart Bik <ajcbik@google.com> | Wed Nov 02 14:45:36 2016 -0700 |
tree | 2676ce7b335cc0ce197a4754ed62fc114647ba4d | |
parent | 77a0e4541a29c26dba21ed8c1ed1c29ef8d0ce4c [diff] |
New instruction simplifications. Extra dce pass. Allow more per block repeats. Rationale: We were missing some obvious simplifications, which left performance at the table for e.g. CaffeineLogic compiled with dx (4200us->2700us). The constant for allowing a repeat on a BB seemed very low, at the very least it should depend on the BB size. Test: test-art-host Change-Id: Ic234566e117593e12c936d556222e4cd4f928105