commit | a7f17df92f025cc940cede7df46f26e7909a326f | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Mon Apr 09 15:39:58 2018 -0700 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Aug 09 21:50:51 2018 -0400 |
tree | e8ea911d2fd08f7085e237d6b756376c89d4e195 | |
parent | 3de3e3d1460fc1ff6377dfb707213207e8ca025a [diff] |
ART: Run GVN earlier Rationale: Running GVN earlier allows for better subsequent instruction simplifation. For example, running GVN before select generation also finds the MIN in: if (x > a[i]) x = a[i]; Bug: b/74026074 Test: test-art-host,target Change-Id: I633046375637c7809a3603fdf7c5cf77e8f21167 Signed-off-by: mydongistiny <jaysonedson@gmail.com>