RFR: 8271589: fatal error with variable shift count integer rotate operation. [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Tue Aug 3 05:40:32 UTC 2021
On Tue, 3 Aug 2021 01:58:54 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: Removing redundant assert.
Marked as reviewed by kvn (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4956
More information about the hotspot-compiler-dev
mailing list