RFR: 8367341: C2: apply KnownBits and unsigned bounds to And / Or operations [v2]
    Emanuel Peter 
    epeter at openjdk.org
       
    Wed Oct 15 13:01:59 UTC 2025
    
    
  
On Wed, 15 Oct 2025 09:06:09 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
>> Hi,
>> 
>> This PR improves the implementation of `AndNode/OrNode/XorNode::Value` by taking advantages of the additional information in `TypeInt`. The implementation is pretty straightforward. A clever trick is that by analyzing the negative and positive ranges of a `TypeInt` separately, we have better info for the leading bits. I also implement gtest unit tests to verify the correctness and monotonicity of the inference functions.
>> 
>> Please take a look and leave your reviews, thanks a lot.
>
> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Emanuel's reviews
Nice, thanks for all the updates. I responded to some of the points above.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27618#issuecomment-3406327927
    
    
More information about the hotspot-compiler-dev
mailing list