Displaying 2 results from an estimated 2 matches for "64cfa4b4".
2010 Apr 17
0
[LLVMdev] The "scope" of passes
...sults are not invalidated.
>
yep, this make sense.
>
> -- John T.
>
> -
>> Devang
>>
>>
>
> best regards
--ether
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100417/64cfa4b4/attachment.html>
2010 Apr 13
2
[LLVMdev] The "scope" of passes
Devang Patel wrote:
> On Mon, Apr 12, 2010 at 6:41 PM, ether zhhb <etherzhhb at gmail.com> wrote:
>
>
>> that's because FunctionPass implement the "addLowerLevelRequiredPass"
>> function, but others not.
>>
>> so, is there any special reason that only "addLowerLevelRequiredPass" is
>> allow?
>>
>>
>
>