RFR: 8271589: fatal error with variable shift count integer rotate operation. [v3]

Sandhya Viswanathan sviswanathan at openjdk.java.net
Wed Aug 4 17:01:55 UTC 2021


On Wed, 4 Aug 2021 16:58:58 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Problem seen on targets which do not support variable vector shifts, in such a case vector rotation node inferred by auto-vectorizer are not disintegrable into LeftShift/RightShift and Or operations.
>
> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8271589: Review comment resolution.

Marked as reviewed by sviswanathan (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list