commit | 84daae5ce19038156c0fa0cdbc33d47efdb7e66b | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon May 18 12:06:52 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon May 18 12:06:52 2015 +0100 |
tree | 5f507470744edd6b1a436c9e4514f0d464ca38eb | |
parent | c88b09fc1d67413e814a10d20752e46aa28bc0e4 [diff] |
ART: Removed redundant Phis as part of DCE Removing dead blocks can render some phis redundant but they do not get removed. This patch adds running SsaRedundantPhiElimination to adress that. Change-Id: Iec9a16f3c20b2d5b5607cd5aaf802917c155a0f1