mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
![]() The optimizer should be told to normalize (AndL (ConvI2L x) 0xFF) to (ConvI2L (AndI x 0xFF)), and then the existing matcher rule will work for free. Reviewed-by: kvn |
||
---|---|---|
.. | ||
Test5057225.java |