commit | ac18f19ae08c423586f8b3b7cee380cb70f67e2a | [log] [tgz] |
---|---|---|
author | Roland Westrelin <roland@openjdk.org> | Thu Feb 11 12:42:12 2016 +0100 |
committer | Roland Westrelin <roland@openjdk.org> | Thu Feb 11 12:42:12 2016 +0100 |
tree | 46d79c6d5ce94a1eaec52fe4115bb96221c6fcf7 | |
parent | f037899498a5e962b961afb5f9cfcba711776ba0 [diff] |
8149543: range check CastII nodes should not be split through Phi Splitting range check CastIIs through loop induction Phi prevents further optimizations Reviewed-by: kvn, mcberg