[LLVMdev] PassManager Error

David Greene dag at cray.com
Thu Jul 26 08:01:47 PDT 2007


On Wednesday 25 July 2007 21:35, David A. Greene wrote:

> > What is Pass and RequiredPass when this assertion hits ?
>
> I haven't had a chance to explore too deeply yet (the stack trace doesn't
> give any useful information) but I suspect Pass is the register allocator
> and RequiredPass is the coalescer. 

Turns out I was wrong.  Pass is the register allocator but RequiredPass is 
LiveVariableAnalysis.  Any idea why this would cause a problem?

                                                 -Dave



More information about the llvm-dev mailing list