RFR: 8283667: [vectorapi] Vectorization for masked load with IOOBE with predicate feature [v3]

Xiaohong Gong xgong at openjdk.java.net
Tue May 10 01:20:40 UTC 2022


On Mon, 9 May 2022 21:55:27 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

> I modified the code of this PR to avoid the conversion of `boolean` to `int`, so a constant integer value is passed all the way through, and the masked load is made intrinsic from the method at which the constants are passed as arguments i.e. the public `fromArray` mask accepting method.

Great and thanks! Could you please show me the changes or an example? I can push the changes to this PR. Thanks so much!

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

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


More information about the hotspot-compiler-dev mailing list