[LLVMdev] LoopInfo analysis in CallGraphSCCPass

vinay m mvinay05041990 at gmail.com
Wed Oct 3 02:33:19 PDT 2012


Hi,
   Is it possible to  recreate the LoopInfo analysis in my pass?

Thanks ,
Vinay

On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote:

> This is not currently supported by the LLVM pass manager system. 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.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
>


-- 
m.vinay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121003/357e47c7/attachment.html>


More information about the llvm-dev mailing list