On Sat, Jun 7, 2025 at 12:34 PM Andrew Pinski wrote:
>
> On Fri, Jun 6, 2025 at 11:50 AM Andrew Pinski
> wrote:
> >
> > This improves copy prop for aggregates by working over statements that
> > don't modify the access
> > just like how it is done for copying zeros.
> > To speed up things, we s
On Fri, Jun 6, 2025 at 11:50 AM Andrew Pinski wrote:
>
> This improves copy prop for aggregates by working over statements that don't
> modify the access
> just like how it is done for copying zeros.
> To speed up things, we should only have one loop back on the vuse instead of
> doing it twice
On Fri, May 23, 2025 at 10:12 PM Andrew Pinski wrote:
>
> This improves copy prop for aggregates by working over statements that don't
> modify the access
> just like how it is done for copying zeros.
> To speed up things, we should only have one loop back on the vuse instead of
> doing it twice