RFR: 8283667: [vectorapi] Vectorization for masked load with IOOBE with predicate feature [v2]
Paul Sandoz
psandoz at openjdk.java.net
Thu May 5 01:25:29 UTC 2022
On Thu, 5 May 2022 01:13:23 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
> Yeah, I agree that it's not good by adding a branch checking for `offsetInRange`. But actually I met the constant issue that passing the values all the way cannot guarantee the argument a constant in compiler at the compile time. Do you have any better idea to fixing this?
That's odd, `boolean` constants are passed that are then converted to `int` constants.
Did you try passing integer constants all the way through?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8035
More information about the hotspot-compiler-dev
mailing list