Displaying 3 results from an estimated 3 matches for "0976f3a7".
Did you mean:
077df3a7
2010 Apr 23
2
[LLVMdev] The "scope" of passes
> Personally, I would make everything a FunctionPass.
What if a FunctionPass requires the results of a LoopPass? Is there a way to get
all loops of a function without using LoopPass and LoopInfo?
2010 Apr 23
0
[LLVMdev] The "scope" of passes
On Thu, Apr 22, 2010 at 11:50 PM, Arjun <arjunsingri at gmail.com> wrote:
>> Personally, I would make everything a FunctionPass.
>
> What if a FunctionPass requires the results of a LoopPass? Is there a way to get
> all loops of a function without using LoopPass and LoopInfo?
A LoopPass operates on loops. It updates/deletes loops. Its end result
is modified loops.
A
2010 Apr 24
2
[LLVMdev] The "scope" of passes
...ionPass that collect loops from a function. A
> FunctionPass can certainly request another FunctionPass such as
> LoopInfo.
> -
> Devang
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100424/0976f3a7/attachment.html>