Integrated: 8271589: fatal error with variable shift count integer rotate operation.
Jatin Bhateja
jbhateja at openjdk.java.net
Wed Aug 4 17:52:34 UTC 2021
On Mon, 2 Aug 2021 12:48:10 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.
This pull request has now been integrated.
Changeset: 392fcc9d
Author: Jatin Bhateja <jbhateja at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/392fcc9df7e1547672f727e8fdc8de73ffdfe534
Stats: 103 lines in 3 files changed: 91 ins; 2 del; 10 mod
8271589: fatal error with variable shift count integer rotate operation.
Reviewed-by: kvn, sviswanathan
-------------
PR: https://git.openjdk.java.net/jdk/pull/4956
More information about the hotspot-compiler-dev
mailing list