RFR: 8255438: [Vector API] More instructs in x86.ad should use legacy mode for code-gen [v2]
Jie Fu
jiefu at openjdk.java.net
Wed Oct 28 11:36:42 UTC 2020
On Wed, 28 Oct 2020 09:58:34 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
> Looks good.
>
> At some point, I thought about introducing new flavors of generic vector operands which would capture the dependency between legacy vectors and BW/DQ (by relying on dynamic register classes and dispatch between legacy and full-range register maks depending on the presence of BW and DQ respectively), but haven't had a chance to experiment with it. The main motivation was (and still is) to reduce redundant AD instructions which are kept solely to reify legacy register constraint.
Sounds great!
Thanks @iwanowww .
-------------
PR: https://git.openjdk.java.net/jdk/pull/874
More information about the hotspot-compiler-dev
mailing list