search for: getaspmdatamanag

Displaying 5 results from an estimated 5 matches for "getaspmdatamanag".

Did you mean: getaspmdatamanager
2012 Jun 05
0
[LLVMdev] How to unroll loops in opposite loop nest order
...mtree update, ScalarEvolution update, SimplifyIndvar. If you need any of these things I suggest changing the interface. Maybe it would work to pass in FunctionPass instead of LPM. In the one place we actually need an LPM (deleteLoopFromQueue), we could check FunctionPass's type and cast. Maybe getAsPMDataManager()->getPassManagerType() == PMT_LoopPassManager? -Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120605/d1df85f8/attachment.html>
2012 Jun 05
2
[LLVMdev] How to unroll loops in opposite loop nest order
I am trying to implement loop unrolling in a context, where lots of constant propagation has taken place. Unrolling an outer loop might make an inner loop have constant bounds, therefore I want to process the loops outside in, i.e. from parent loops to nested loops. Unfortunately the standard loop pass manager performs loop passes inside out, i.e. from nested loops to parent loops, thereby missing
2012 Oct 23
0
[LLVMdev] Error building llvm on AIX 7.1
...lysisUsage&) const ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::releaseMemory() ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::getAdjustedAnalysisPointer(void const*) ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::getAsImmutablePass() ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::getAsPMDataManager() ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::verifyAnalysis() const ld: 0711-317 ERROR: Undefined symbol: llvm::Pass::dumpPassStructure(unsigned int) ld: 0711-317 ERROR: Undefined symbol: llvm::FunctionPass::doInitialization(llvm::Module&) ld: 0711-317 ERROR: Undefined symbol: llvm::Fu...
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
Hi All, I am trying to build llvm on AIX. I installed all the required packages including gcc, g++, etc ./configure also went fine. but i tried to run gmake, i got the following error: llvm[1]: Compiling MemoryBuffer.cpp for Release+Asserts build llvm[1]: Compiling MemoryObject.cpp for Release+Asserts build llvm[1]: Compiling Mutex.cpp for Release+Asserts build llvm[1]: Compiling Path.cpp for
2011 Apr 05
3
[LLVMdev] Building LLVM on Solaris/Sparc
...rt/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::raw_fd_ostream::close() /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/GraphPrinters.o vtable for llvm::PrettyStackTraceProgram/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::Pass::getAsPMDataManager() /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/AnalysisWrappers.o llvm::initializeFindUsedTypesPass(llvm::PassRegistry&) /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::createPrintFunctionPass(std::basic_string<char, st...