RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v25]
Quan Anh Mai
qamai at openjdk.org
Wed Nov 13 14:03:55 UTC 2024
On Mon, 4 Nov 2024 12:51:49 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Quan Anh Mai has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 32 commits:
>>
>> - Merge branch 'master' into unsignedbounds
>> - address reviews
>> - comment adjust_lo empty case
>> - formality
>> - address reviews
>> - add comments, refactor functions to helper class
>> - refine comments
>> - remove leftover code
>> - add doc to TypeInt, rename parameters, remove unused methods
>> - change (~v & ones) == 0 to (v & ones) == ones
>> - ... and 22 more: https://git.openjdk.org/jdk/compare/309b9291...7f3316fa
>
> test/hotspot/gtest/opto/test_rangeinference.cpp line 33:
>
>> 31: #include <limits>
>> 32:
>> 33: #ifdef ASSERT
>
> Why do you have this here?
Removed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17508#discussion_r1840331286
More information about the hotspot-compiler-dev
mailing list