mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-18 01:17:57 +00: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