mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 23:18:28 +00:00
Folding of BoolNode if input add/sub of CmpI overflows and we can prove that compared value is not in the two resulting ranges. Added test for CmpI and CmpU optimizations. Reviewed-by: kvn, rbackman, roland