search for: mvinay05041990

Displaying 4 results from an estimated 4 matches for "mvinay05041990".

2012 Oct 03
2
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
...I (and others) would like to address, but it > requires significant changes to the pass manager and analysis dependency > system. > > I have some dim hope of working on fixing this limitation, but it won't be > quick. ;] > > > On Wed, Oct 3, 2012 at 1:49 AM, vinay m <mvinay05041990 at gmail.com> wrote: > >> Hi, >> >> How to get the LoopInfo analysis in a CallGraphSCCPass ? >> >> >> >> Thanks, >> Vinay >> >> >> _______________________________________________ >> LLVM Developers mailing list >...
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
On Wed, Oct 3, 2012 at 2:33 AM, vinay m <mvinay05041990 at gmail.com> wrote: > Hi, > Is it possible to recreate the LoopInfo analysis in my pass? > No. You need your pass to be a FunctionPass in order to use the LoopInfo (and associated) analyses. > > Thanks , > Vinay > > On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carrut...
2012 Oct 03
2
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
Hi, How to get the LoopInfo analysis in a CallGraphSCCPass ? Thanks, Vinay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121003/bf60da98/attachment.html>
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
...stem. It is a serious deficiency that I (and others) would like to address, but it requires significant changes to the pass manager and analysis dependency system. I have some dim hope of working on fixing this limitation, but it won't be quick. ;] On Wed, Oct 3, 2012 at 1:49 AM, vinay m <mvinay05041990 at gmail.com> wrote: > Hi, > > How to get the LoopInfo analysis in a CallGraphSCCPass ? > > > > Thanks, > Vinay > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc....