Quan Anh Mai
Quan Anh Mai
> Pointer-based representation is kept to avoid massive migration of users (from `->` to `.`) and to enable incremental migration on per-platform basis (pointer-based representation is assumed in shared code)....
May I ask if we can use the `VectorMaskCast` nodes for the non-predicated mask casts. As the value of the elements can only be 0 or -1, we can generate...
Yes you are right, the code would be mostly the same, which means we can reuse the existing match rules to additionally match `VectorMaskCast` for those cases. For other cases,...
@XiaohongGong I have created a PR against your branch, this only contains changes in the x86 backend to avoid any conflicts with the changes you may have made, could you...
@cl4es yes the former numbers are the baseline and the latters are of this patch
May I have a review for this patch, please? Thanks a lot.
@cl4es Thanks very much for your review, I believe this change is trivial, right? /integrate
/label hotspot-compiler
Thanks for your comments, I have redone the patch on top of the new merged aarch file.
I have resolved your comments, thanks.