[vectorIntrinsics] RFR: RFC: Vector API masking support proposal for Arm SVE
Jatin Bhateja
jbhateja at openjdk.java.net
Mon Mar 15 11:15:15 UTC 2021
On Mon, 15 Mar 2021 10:53:13 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
> I don't quite understand this inconsistency. Could you please elaborate a bit more? I am expecting a mask generating node would always get a TypeVMask (TypeVectMask) on supporting platform, which is pRegGovOper on SVE.
Hi @nsjian ,
This question was related to SVE support,
Function vRegOper::type() always returns Type::VECA.
Type::VECA is initialized as maximal sized Scalable vector i.e. its size should be 2048 bit. For a MachTypeNode having vReg as its def operand, will the def operand's type always match the bottom_type() of MachTypeNode?
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/40
More information about the panama-dev
mailing list