RE: [PATCH] arm: Make MVE masked stores read memory operand [PR 108177]

2023-01-24 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Andre Vieira (lists) > Sent: Tuesday, January 24, 2023 2:40 PM > To: 'gcc-patches@gcc.gnu.org' > Cc: Richard Earnshaw ; Kyrylo Tkachov > > Subject: Re: [PATCH] arm: Make MVE masked stores read memory operand > [PR 108177

Re: [PATCH] arm: Make MVE masked stores read memory operand [PR 108177]

2023-01-24 Thread Andre Vieira (lists) via Gcc-patches
ping. (reattaching patch in the hopes patchwork picks it up). On 13/01/2023 16:05, Andre Simoes Dias Vieira via Gcc-patches wrote: Hi, This patch adds the memory operand of MVE masked stores as input operands to mimic the 'partial' writes, to prevent erroneous write-after-write optimizations as