commit | 13445e7176d67098a5d94754a9d3cd2928616bd8 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Apr 20 15:19:46 2017 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Apr 20 16:39:43 2017 +0100 |
tree | 1a2279af45211b5398cf261e71b8700f51bc80b9 | |
parent | 25009fdd7a5dccc957afc8178ca5d3733f899147 [diff] |
Handle catch phis in code sinking. When the user of an instruction we want to sink is a catch phi, we should not look at predecessors (which don't map 1-1 for catch phis), but can only look at its dominator. bug:37247890 Test: 647-sinking-catch Change-Id: Ib64bd6f95d3ef45c394137e76819fa8d7d3d960a