Re: [PATCH, PR 61986] Produce aggregate replacement nodes in ascending order of offsets

2014-09-03 Thread Richard Biener
On Wed, Sep 3, 2014 at 10:46 AM, Martin Jambor wrote: > Hi, > > intersecting known aggregate values coming along a given set of call > graph edges requires that all lists are in ascending order of offsets > in order to perform it in only one sweep through each of them. > However, aggregate replace

[PATCH, PR 61986] Produce aggregate replacement nodes in ascending order of offsets

2014-09-03 Thread Martin Jambor
Hi, intersecting known aggregate values coming along a given set of call graph edges requires that all lists are in ascending order of offsets in order to perform it in only one sweep through each of them. However, aggregate replacement nodes are produced in exactly the opposite order. This makes