On Mon, 26 Jul 2021 17:19:07 GMT, Sandhya Viswanathan 
<[email protected]> wrote:

>> And'ing with shift_mask is already done on Java API side implementation 
>> before making a call to intrinsic rountine.
>
> @jatin-bhateja  This question is still pending.

Other than VectorAPI , SLP also infers vector rotates where shift is either a 
8bit constant or variable shift present in vector. So this case of scalar 
non-constant shift will not be hit for non-vectorAPI case.
Also it will be illegal to perform any wrap around for shifts.

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

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

Reply via email to