hg: panama/dev: 8224988: Fix for failing regressions over Skylake.
jatin.bhateja at intel.com
jatin.bhateja at intel.com
Tue Jun 18 04:39:45 UTC 2019
Changeset: 73fd0971fb14
Author: jbhateja
Date: 2019-06-18 10:09 +0530
URL: http://hg.openjdk.java.net/panama/dev/rev/73fd0971fb14
8224988: Fix for failing regressions over Skylake.
Summary: Discrepancy b/w operand type and usage withing instruction encode block is fixed.
Register allocator may allocate VecX operand from higher register-bank for target supporting
AVX512, but its user instruction expects it to be allocated always from lower register-bank.
Reviewed-by: vdeshpande
Contributed-by: Jatin Bhateja <jatin.bhateja at intel.com>
! src/hotspot/cpu/x86/x86.ad
More information about the panama-dev
mailing list