[LLVMdev] PassManager Error
David Greene
dag at cray.com
Thu Jul 26 11:25:43 PDT 2007
On Thursday 26 July 2007 11:48, Devang Patel wrote:
> If in register allocator you have requested another higher level pass
> after LiveVariableAnalysis pass then this may happen.
Can you explain why this is so? I would assume that I could declare Pass
dependencies in any order. The manual certainly doesn't say anything about
restricions like this. Shouldn't a Pass just be a Pass that can be run?
-Dave
More information about the llvm-dev
mailing list