[vectorIntrinsics] Integrated: 8253585: Add basic vector mask implementation for Arm SVE

Xiaohong Gong xgong at openjdk.java.net
Fri Nov 6 02:58:04 UTC 2020


On Mon, 2 Nov 2020 03:12:48 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

> Summary: Add the SVE match rule support for vector mask ops.
> 
> ======
> 
> Currently the vector mask related operations like vector mask load/store, vector mask compare and vector blend are not supported for Arm SVE. This patch adds the basic backend implementation for them.
> 
> BTW, this is a basic version for vector mask operations that does not use the SVE predicate features. And we will make it happen in future.

This pull request has now been integrated.

Changeset: 1db37350
Author:    Xiaohong Gong <xgong at openjdk.org>
Committer: Ningsheng Jian <njian at openjdk.org>
URL:       https://git.openjdk.java.net/panama-vector/commit/1db37350
Stats:     1177 lines in 8 files changed: 1000 ins; 20 del; 157 mod

8253585: Add basic vector mask implementation for Arm SVE

Reviewed-by: njian, whuang

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

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


More information about the panama-dev mailing list