On 6/19/24 21:06, Richard Biener wrote:
Am 19.06.2024 um 20:25 schrieb Toon Moene :
On 6/17/24 16:05, Richard Biener wrote:
Automatic arrays that are not address-taken should not be subject to
store data races. This applies to OMP SIMD in-branch lowered
functions result array which for th
> Am 19.06.2024 um 20:25 schrieb Toon Moene :
>
> On 6/17/24 16:05, Richard Biener wrote:
>
>> Automatic arrays that are not address-taken should not be subject to
>> store data races. This applies to OMP SIMD in-branch lowered
>> functions result array which for the testcase otherwise preve
On 6/17/24 16:05, Richard Biener wrote:
Automatic arrays that are not address-taken should not be subject to
store data races. This applies to OMP SIMD in-branch lowered
functions result array which for the testcase otherwise prevents
vectorization with SSE and for AVX and AVX512 ends up with s
Automatic arrays that are not address-taken should not be subject to
store data races. This applies to OMP SIMD in-branch lowered
functions result array which for the testcase otherwise prevents
vectorization with SSE and for AVX and AVX512 ends up with spurious
.MASK_STORE to the stack surviving.