Re: Computing chrecs in an IPA pass

2014-04-03 Thread Richard Biener
On Thu, Apr 3, 2014 at 12:40 PM, Balajiganapathi S wrote: > Hi, > > We are doing a project which requires us to write a new pass to recalculate > the chain of recurrences and use them. We would like to do this as an ipa > pass plugin. For now we have got it working as a GIMPLE pass. When we try to

Computing chrecs in an IPA pass

2014-04-03 Thread Balajiganapathi S
Hi, We are doing a project which requires us to write a new pass to recalculate the chain of recurrences and use them. We would like to do this as an ipa pass plugin. For now we have got it working as a GIMPLE pass. When we try to change it to an IPA pass, it gives seg fault. We believe it is