RFR: 8347645: C2: XOR bounded value handling blocks constant folding [v12]
Johannes Graham
duke at openjdk.org
Fri Jan 31 02:42:43 UTC 2025
On Fri, 31 Jan 2025 01:38:46 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
>> Johannes Graham has updated the pull request incrementally with one additional commit since the last revision:
>>
>> extract static methods for testing; add GTESTs; more extensive int ir tests; remove some ir tests for longs due to difficulty in applying constant clamping.
>
> test/hotspot/gtest/opto/test_xor_node.cpp line 29:
>
>> 27: #include "runtime/interfaceSupport.inline.hpp"
>> 28:
>> 29: TEST_VM(opto, xor) {
>
> Did you forget to add the tests to this file?
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23089#discussion_r1936601927
More information about the hotspot-compiler-dev
mailing list