On Fri, Jun 17, 2016 at 5:31 PM, Kyrill Tkachov
wrote:
> Hi all,
>
> I'm working on a tree-ssa pass to implement PR 22141, a pass that merges
> adjacent stores.
> I've gotten to the point where I can identify the adjacent accesses, merge
> them into a single value
> and am now working on emitting
Hi all,
I'm working on a tree-ssa pass to implement PR 22141, a pass that merges
adjacent stores.
I've gotten to the point where I can identify the adjacent accesses, merge them
into a single value
and am now working on emitting the new statements but, as I don't have a lot of
experience with