[lworld+vector] RFR: 8307715: Integrate VectorMask/Shuffle with value/primitive classes [v2]
Xiaohong Gong
xgong at openjdk.org
Mon May 22 06:33:15 UTC 2023
On Mon, 22 May 2023 05:04:33 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>>> > > I am seeing some new regression failures with -XX:TieredStopAtLevel=3 and -XX:-TieredCompilation. Can you kindly check. Relevant test : Float256VectorTest.java.
>>> >
>>> >
>>> > Sure, I will run this test. Thanks!
>>>
>>> There are some failures that are related to the `larval` state check, and deoptimization issue for a multifield, which I think is not related this patch. And I have created a local fix to the multifield deoptimization issue and will push it in future. Besides, did you see any other known failures before? Thanks!
>>
>> With -XX:-TieredCompilation I see following crash right at the start for the regression run, looks like we need to handle [mask type value during rematerialization.](https://github.com/openjdk/valhalla/blob/lworld%2Bvector/src/hotspot/share/runtime/deoptimization.cpp#L1144)
>>
>> [hs_err_pid718455.log](https://github.com/openjdk/valhalla/files/11506850/hs_err_pid718455.log)
>
>> Hi @jatin-bhateja , could you please help to run and test whether the issue you met is fixed with the latest commit? I met other regressions and am working in progress to see what is going on. Thanks a lot!
>
> Hi @XiaohongGong,
>
> I floated a patch to merge latest changes from lword into lworld+vector since there have been changes in InlineTypeNode IR.
> https://github.com/openjdk/valhalla/pull/847
>
> With following patch most of the JTreg tests are passing. Load/Store tests are failing because EnablePrimitiveClass not getting set with --add-modules=jdk.incubator.vector.
>
> [regression_fixes_post_merge.txt](https://github.com/openjdk/valhalla/files/11527140/regression_fixes_post_merge.txt)
>
> You may integrate it along with your patch to validate and avoid duplications, alternatively, I can post this as a stand alone patch once merge patch is integrated, I see couple of more issues and in process of fixing them. Will re-review and validate your shuffle/mask changes and share my comments.
>
> Thanks!
> > Hi @jatin-bhateja , could you please help to run and test whether the issue you met is fixed with the latest commit? I met other regressions and am working in progress to see what is going on. Thanks a lot!
>
> Hi @XiaohongGong,
>
> I floated a patch to merge latest changes from lword into lworld+vector since there have been changes in InlineTypeNode IR. #847
>
> With following patch most of the JTreg tests are passing. Load/Store tests are failing because EnablePrimitiveClass not getting set with --add-modules=jdk.incubator.vector.
>
> [regression_fixes_post_merge.txt](https://github.com/openjdk/valhalla/files/11527140/regression_fixes_post_merge.txt)
>
> You may integrate it along with your patch to validate and avoid duplications, alternatively, I can post this as a stand alone patch once merge patch is integrated, I see couple of more issues and in process of fixing them. Will re-review and validate your shuffle/mask changes and share my comments.
>
> Thanks!
Hi Jatin,
Thanks for the fixing patch! I also fixed several issues in my patch, including the `InlineTypeNode` handles in `PhiNode::Ideal()`. I'm fine that you post a stand alone fixing patch. I can rebase my patch after then.
Thanks,
Xiaohong
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/845#issuecomment-1556614941
More information about the valhalla-dev
mailing list