RFR: 8291669: [REDO] Fix array range check hoisting for some scaled loop iv [v3]
Pengfei Li
pli at openjdk.org
Tue Sep 13 14:31:57 UTC 2022
On Tue, 13 Sep 2022 12:43:59 GMT, Roland Westrelin <roland at openjdk.org> wrote:
>> Thanks for explanation. In my understanding, `min_jint` is also a special point where bailing out is required. I should update the condition of `scale_sum < min_signed_integer(exp_bt)` to `scale_sum <= min_signed_integer(exp_bt)`, right?
>
> Yes, you must be right.
Thanks, I have updated this.
-------------
PR: https://git.openjdk.org/jdk/pull/9851
More information about the hotspot-compiler-dev
mailing list