RFR: 8264104: Eliminate unnecessary vector mask conversion during VectorUnbox for floating point VectorMask [v4]

Jatin Bhateja jbhateja at openjdk.java.net
Thu Apr 15 09:56:35 UTC 2021


On Thu, 15 Apr 2021 03:58:26 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

> Hi @jatin-bhateja @iwanowww , all your comments have been addressed. Could you please take a look at it again? Thanks!

Thanks for addressing it. as Vladimir suggested in long term we can just emit this node instead of VectorStoreMask + VectorLoadMask  combination when mask types are non-conformal to emit efficient instruction sequence using input mask packing/unpacking.

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

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


More information about the hotspot-compiler-dev mailing list