Re: Handle retslot_flags in ipa-modref and PTA

2021-10-29 Thread Richard Biener via Gcc-patches
On Fri, 29 Oct 2021, Jan Hubicka wrote: > Hi, > this patch extends modref and tree-ssa-structalias to handle retslot flags. > Since retslot it essentially a hidden argument that is known to be write-only > we can do pretty much the same stuff as we do for regular parameters. > I plan to add

Handle retslot_flags in ipa-modref and PTA

2021-10-29 Thread Jan Hubicka via Gcc-patches
Hi, this patch extends modref and tree-ssa-structalias to handle retslot flags. Since retslot it essentially a hidden argument that is known to be write-only we can do pretty much the same stuff as we do for regular parameters. I plan to add static chain handling similar way. We do not handle IPA