> I'm probably blind spotting the difference between the then and else
> case - what is it?
No difference, just a remnant from an earlier version where there was a
difference. Thanks for catching.
> So we compute whether we need zeroing - but I failed to spot the
> check that we can code generat
On Sat, 2 Nov 2024, Robin Dapp wrote:
> From: Robin Dapp
>
> This patch adds an else operand to vectorized masked load calls.
> The current implementation adds else-value arguments to the respective
> target-querying functions that is used to supply the vectorizer with the
> proper else value.
>
From: Robin Dapp
This patch adds an else operand to vectorized masked load calls.
The current implementation adds else-value arguments to the respective
target-querying functions that is used to supply the vectorizer with the
proper else value.
We query the target for its supported else operand
From: Robin Dapp
This patch adds an else operand to vectorized masked load calls.
The current implementation adds else-value arguments to the respective
target-querying functions that is used to supply the vectorizer with the
proper else value.
We query the target for its supported else operand