commit | d9ee47463fdb755ccdf04e8ae3c503cec6c08e96 | [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 | 032617e5eb8dc33f2288f2d1017b35eac032e6c8 | |
parent | 669b6b9bc70dab61e19e566f2dfdd76ba0bbf176 [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