commit | b59dba05697b4ac6c86cb4f45c9222c9c6ad852b | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Mar 11 18:13:21 2015 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Mar 11 18:13:21 2015 +0000 |
tree | 83cd372b86498c7a78d08be11d6e9f73d7338665 | |
parent | 356286f989941ac495417195e4129aaceaf36a83 [diff] |
Fix a bug in the SSA builder. The build would leave behind phis with incompatible input types (for example float and int). We need another dead phi run after the type propagation to ensure all such phis are dead. Change-Id: I6ef1da725c7d4a1ebaf6b52dd7eb0c7bacd261b2