> Am 19.07.2024 um 19:44 schrieb Richard Sandiford :
>
> Previously we built vector boolean constants using 1 for true
> elements and 0 for false elements. This matches the predicates
> produced by SVE's PTRUE instruction, but leads to a miscompilation
> on AVX512, where all bits of a boolean
Previously we built vector boolean constants using 1 for true
elements and 0 for false elements. This matches the predicates
produced by SVE's PTRUE instruction, but leads to a miscompilation
on AVX512, where all bits of a boolean element should be set.
One option for RTL would be to make this ta