[vectorIntrinsics] Integrated: 8271009: AArch64: Wrap duplicated SVE instructions into a single method

Eric Liu eliu at openjdk.java.net
Mon Jul 26 01:36:28 UTC 2021


On Fri, 23 Jul 2021 03:43:54 GMT, Eric Liu <eliu at openjdk.org> wrote:

> This patch is a small cleanup. Since most of the usage of 'sve_whilelo'
> are a pair of 'mov' and 'whilelo', this patch wraps them as a single
> method.

This pull request has now been integrated.

Changeset: a0f9d863
Author:    Eric Liu <eliu at openjdk.org>
Committer: Xiaohong Gong <xgong at openjdk.org>
URL:       https://git.openjdk.java.net/panama-vector/commit/a0f9d863f12c1a29e65d2d145fc2520b8ffcec41
Stats:     206 lines in 3 files changed: 20 ins; 95 del; 91 mod

8271009: AArch64: Wrap duplicated SVE instructions into a single method

Reviewed-by: njian, xgong

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

PR: https://git.openjdk.java.net/panama-vector/pull/101


More information about the panama-dev mailing list