hg: jdk/submit: 8213134: AArch64: vector shift failed with MaxVectorSize=8
aph at redhat.com
aph at redhat.com
Wed Dec 12 15:26:35 UTC 2018
Changeset: f924cb69386e
Author: aph
Date: 2018-12-12 15:25 +0000
URL: http://hg.openjdk.java.net/jdk/submit/rev/f924cb69386e
8213134: AArch64: vector shift failed with MaxVectorSize=8
Summary: add vshiftcnt instructions for vector64 and add vsra/vsrl instructions to AArch64 backend.
To detect shift failures, MaxVectorSize options are added to jtreg test cases.
Reviewed-by: aph, kvn
! src/hotspot/cpu/aarch64/aarch64.ad
! test/hotspot/jtreg/compiler/c2/cr6340864/TestByteVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestDoubleVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestFloatVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestIntVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestLongVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestShortVect.java
! test/hotspot/jtreg/compiler/codegen/TestCharVect2.java
More information about the jdk-submit-changes
mailing list