Re: Setting alias set and vuse/vdef on gimple statements

2016-06-28 Thread Richard Biener
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

Setting alias set and vuse/vdef on gimple statements

2016-06-17 Thread Kyrill Tkachov
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