RFR: 8284960: Integration of JEP 426: Vector API (Fourth Incubator) [v3]

Jatin Bhateja jbhateja at openjdk.java.net
Thu May 19 21:14:18 UTC 2022


On Thu, 19 May 2022 15:33:49 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Do you mean it's important to apply the transformation at the right node (pick the right node as the root) and it is hard to make a decision during GVN?
>
> Yes, that what I meant, but with recently added Node::Flag_is_predicated_using_blend it could be possible to move this transformation ahead into idealization routines of reverse/reverse bytes IR nodes.

Addressed this after internally discussing with Sandhya. Moved the transforms from final graph re-shaping back to vector intrinsic routines.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8425


More information about the hotspot-compiler-dev mailing list