RFR: 8298952: All nodes should have type(n) == Value(n) after IGVN [v3]
Emanuel Peter
epeter at openjdk.org
Mon Jan 30 12:31:42 UTC 2023
On Thu, 26 Jan 2023 22:28:33 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix tests that directly query TypeProfileLevel, we had issues because I changed the type
>
> src/hotspot/share/opto/c2_globals.hpp line 621:
>
>> 619: "Print progress during Iterative Global Value Numbering") \
>> 620: \
>> 621: develop(uintx, VerifyIterativeGVN, 0, \
>
> Why not `uint`? `uintx` is 64-bit value.
Done, also changed some tests that expected `uintx` from `TypeProfileLevel`
-------------
PR: https://git.openjdk.org/jdk/pull/11775
More information about the hotspot-compiler-dev
mailing list