RFR: 8256614: AArch64: Add SVE backend implementation for integer min/max [v2]

Andrew Dinn adinn at openjdk.java.net
Mon Nov 23 08:58:59 UTC 2020


On Mon, 23 Nov 2020 08:23:17 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> Currently the Arm SVE implementation for integer (byte,short,int,long) vector min/max is missing. This is needed for VectorAPI. We need to add them all to avoid the "bad AD file" crash.
>
> Xiaohong Gong has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Minor fine-tune the basic type check

Marked as reviewed by adinn (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1337


More information about the hotspot-compiler-dev mailing list