[vectorIntrinsics+mask] RFR: 8266287: Basic mask IR implementation for the Vector API masking feature support [v2]

Xiaohong Gong xgong at openjdk.java.net
Mon May 24 07:56:39 UTC 2021


On Fri, 14 May 2021 07:50:55 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Good suggestion! Thanks! So do you mean using the new flag instead of `"n->in(3)->is_VectorMask()" ` ? I'm not very clarified about what the checking logic for masking operations you mean. Could you please elaborate more about this? Thanks so much!
>
> Yes, setting a new flag over IR node could simplify the checks , and could be used in matcher patterns also.

Hi @jatin-bhateja , I'v updated the patch according to your advice. Please help to look at it again. Thanks so much!

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

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


More information about the panama-dev mailing list