jdk-24/hotspot/test/compiler/IntegerArithmetic
Tobias Hartmann a67aa1e3df 8043284: Optimize signed integer comparison
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
2014-08-11 13:01:37 +02:00
..
TestIntegerComparison.java 8043284: Optimize signed integer comparison 2014-08-11 13:01:37 +02:00