Integrated: 8255129: [PPC64, s390] Check vector_size_supported and add VectorReinterpret node
Martin Doerr
mdoerr at openjdk.java.net
Fri Oct 23 10:57:36 UTC 2020
On Wed, 21 Oct 2020 13:28:38 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> match_rule_supported_vector on PPC64 and s390 need to check vector_size_supported.
> In addition, an implementation for VectorReinterpret is needed. It can get implemented empty when using src = dst register. Note that these 2 platforms support only one vector size at a time, so there's no need for move between different sizes.
>
> I'd like to clean up match_rule_supported, too. Cases for which we return true don't need to get checked explicitely because true is default. And we don't need to check SpecialString... flags because they are handled by "disabled_by_jvm_flags". So they can still get disabled (e.g. by jdk/bin/java -XX:-TieredCompilation -XX:-SpecialStringIndexOf -XX:+PrintCompilation -XX:+PrintInlining TestString|grep StringLatin1::indexOf).
This pull request has now been integrated.
Changeset: 9007bc20
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9007bc20
Stats: 158 lines in 2 files changed: 29 ins; 56 del; 73 mod
8255129: [PPC64, s390] Check vector_size_supported and add VectorReinterpret node
Reviewed-by: lucy
-------------
PR: https://git.openjdk.java.net/jdk/pull/783
More information about the hotspot-compiler-dev
mailing list