> On Thu, Apr 7, 2022 at 1:20 PM Jan Hubicka via Gcc-patches
> wrote:
> >
> > Hi,
> > this patch fixes ipa-modref propagation of pure/const functions. When we
> > inline
> > function, the modref summary is updated to represent the function after
> > inlining and there we need to propagate nondet
On Thu, Apr 7, 2022 at 1:20 PM Jan Hubicka via Gcc-patches
wrote:
>
> Hi,
> this patch fixes ipa-modref propagation of pure/const functions. When we
> inline
> function, the modref summary is updated to represent the function after
> inlining and there we need to propagate nondeterministic and s
Hi,
this patch fixes ipa-modref propagation of pure/const functions. When we inline
function, the modref summary is updated to represent the function after
inlining and there we need to propagate nondeterministic and side-effects flag.
Bootstrapped/regtested x86_64-linux, will commit it shortly.