RFR: 8286941: Add mask IR for partial vector operations for ARM SVE [v2]
Xiaohong Gong
xgong at openjdk.java.net
Tue Jun 14 06:19:54 UTC 2022
On Mon, 13 Jun 2022 18:11:49 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> We have other vectornodes like `VectorMaskCmp` , `MaskAll` and `VectorLoadMask` also needs to append the mask here. Actually most masked vector nodes accept the mask input except for the load/store/gather/scatter. And in future, we may extend this to other normal vector nodes whose vector length is full-size while not partial, since SVE always needs a predicate for most instructions. So the default patch will be used for most vector nodes.
>
> Add comment about that (default is used for most vector nodes) to avoid confusion in a future.
OK, I will add the comment later. Thanks!
-------------
PR: https://git.openjdk.org/jdk/pull/9037
More information about the hotspot-compiler-dev
mailing list