Re: [PATCH] RISC-V: Mask values before initializing bitmask vector [PR119114].

2025-03-15 Thread Jeff Law
On 3/11/25 9:10 AM, Robin Dapp wrote: Hi, in the somewhat convoluted vector code of PR119114 we extracting a mask value from a vector mask.  After some middle-end simplifications we end up with a value of -2.  Its lowest bit is correctly unset representing "false". When initializing a bitmak

[PATCH] RISC-V: Mask values before initializing bitmask vector [PR119114].

2025-03-11 Thread Robin Dapp
Hi, in the somewhat convoluted vector code of PR119114 we extracting a mask value from a vector mask. After some middle-end simplifications we end up with a value of -2. Its lowest bit is correctly unset representing "false". When initializing a bitmak vector from values we compare the full va