search for: graphsccpass

Displaying 2 results from an estimated 2 matches for "graphsccpass".

2009 Feb 12
2
[LLVMdev] DominatorTree Information required in CallGraphPass
...schedule 'Dominator Tree Construction' required by '......' assertion "0 && "Unable to schedule pass"" failed: file "/usr/src/llvm-2.4/llvm- 2.4/lib/VMCore/PassManager.cpp", line 1074 Can't I use dominator Tree Information in case of CallGraphSCCPass. I found out from documentation that dominator Info can be used in Module Pass ( http://www.llvm.org/docs/WritingAnLLVMPass.html#getAnalysis ) Thus it seemed feasible that Call GraphSCCPass should also be able to use Dominator Info.Do I need to add some flag that I need lower level passes? Thank...
2009 Feb 12
0
[LLVMdev] DominatorTree Information required in CallGraphPass
...truction' required by '......' > > assertion "0 && "Unable to schedule pass"" failed: file "/usr/src/ > llvm-2.4/llvm- > 2.4/lib/VMCore/PassManager.cpp", line 1074 > > > Can't I use dominator Tree Information in case of CallGraphSCCPass. I > found out from documentation that dominator Info can be used in Module > Pass > > ( http://www.llvm.org/docs/WritingAnLLVMPass.html#getAnalysis ) > > Thus it seemed feasible that Call GraphSCCPass should also be able to > use Dominator Info.Do I need to add some flag that...