RFR: 8304230: LShift ideal transform assertion
Jasmine Karthikeyan
duke at openjdk.org
Mon Mar 20 17:14:01 UTC 2023
On Mon, 20 Mar 2023 07:47:20 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> It might be an intermittent state during GVN, where a non-constant node is known to have a constant type that's returned by `const_shift_count` but the node was not yet replaced by an actual constant and therefore `==` returns false.
Interesting, thank you for the explanation! I will keep this in mind for the future. Thank you for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13049#issuecomment-1476626783
More information about the hotspot-compiler-dev
mailing list