RFR: 8259948: Aarch64: Add cast nodes for Aarch64 Neon backend [v3]
Andrew Haley
aph at openjdk.java.net
Wed Aug 18 08:59:24 UTC 2021
On Wed, 18 Aug 2021 08:15:50 GMT, Wang Huang <whuang at openjdk.org> wrote:
>> * In this issue, we plan to complete all missing implementation for aarch64 neon backend. For example, cast from Byte to Long, cast from Long to Byte, and so on.
>> * It may be a solver of JDK-8269866, or part of it.
>
> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>
> fix codes
src/hotspot/cpu/aarch64/aarch64_neon.ad line 430:
> 428: %}
> 429: ins_pipe(pipe_class_default);
> 430: %}
These VectorCast patterns should be combined.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4839
More information about the hotspot-compiler-dev
mailing list