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

Xiaohong Gong xgong at openjdk.java.net
Fri May 14 09:04:57 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.

OK, I will try to use it. Thanks for your advice!

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

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


More information about the panama-dev mailing list