commit | 6d05700c620d2bca95fd046969753f71aa015ab4 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Mon Apr 09 15:39:58 2018 -0700 |
committer | Aart Bik <ajcbik@google.com> | Tue Apr 17 12:55:50 2018 -0700 |
tree | a4fe0409be49298541d4a508ab7ffd0869c71bfb | |
parent | 8f669504a1c4646501a2cf5d090597f9fed59f70 [diff] |
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