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

Xiaohong Gong xgong at openjdk.java.net
Fri May 6 04:52:56 UTC 2022


On Fri, 6 May 2022 04:22:30 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> I'm afraid it's `argument(8)` for the load operation since the `argument(7)` is the mask input. It seems the argument number is not right begin from the mask input which is expected to be `6`. But the it's not. Actually I don't quite understand why.
>
> offset is long so uses two argument slots (5 and 6). 
> mask is argument (7).
> offsetInRange is argument(8).

Make sense! Thanks for the explanation!

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

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


More information about the hotspot-compiler-dev mailing list