On Fri, 6 May 2022 04:22:30 GMT, Sandhya Viswanathan <sviswanat...@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