Re: Question about IPA-PTA and build_alias

2020-08-25 Thread Richard Biener via Gcc
On August 24, 2020 10:00:44 AM GMT+02:00, Erick Ochoa wrote: > > >On 24/08/2020 09:40, Richard Biener wrote: >> On Mon, Aug 17, 2020 at 3:22 PM Erick Ochoa >> wrote: >>> >>> Hello, >>> >>> I'm looking to understand better the points-to analysis (IPA-PTA) >and >>> the alias analysis (build_alias)

Re: Question about IPA-PTA and build_alias

2020-08-24 Thread Erick Ochoa
On 24/08/2020 09:40, Richard Biener wrote: On Mon, Aug 17, 2020 at 3:22 PM Erick Ochoa wrote: Hello, I'm looking to understand better the points-to analysis (IPA-PTA) and the alias analysis (build_alias). How is the information produced by IPA-PTA consumed? Are alias sets in build_alias

Re: Question about IPA-PTA and build_alias

2020-08-24 Thread Richard Biener via Gcc
On Mon, Aug 17, 2020 at 3:22 PM Erick Ochoa wrote: > > Hello, > > I'm looking to understand better the points-to analysis (IPA-PTA) and > the alias analysis (build_alias). > > How is the information produced by IPA-PTA consumed? > > Are alias sets in build_alias computed by the intersections of th