[LLVMdev] PassManager Mysteries

Owen Anderson resistor at mac.com
Mon Jan 28 19:31:11 PST 2008


 From experience, an important point that is often forgotten is that  
the order of declaration of dependencies matter.  If you declare that  
you require pass A, and then pass B, and B doesn't preserve A, you'll  
get an error like this.

Just some advice from having had similar problems in the past.

--Owen

On Jan 28, 2008, at 9:01 PM, Vikram S. Adve wrote:

>
>
> On Jan 28, 2008, at 6:38 PM, Devang Patel wrote:
>
>>>
>>> So what does this assert mean, exactly?
>>
>> In simple word, pass manager is unable to fulfill your request.
>
> Can you explain this one in complex words then? :^)  I've  
> encountered the same problem.
>
> --Vikram
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080128/ca2139f8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080128/ca2139f8/attachment.bin>


More information about the llvm-dev mailing list