search for: createcodegenpreparepass

Displaying 4 results from an estimated 4 matches for "createcodegenpreparepass".

2008 May 07
4
[LLVMdev] Missing passes
...select instructions to branches (-lowerselect) Additionally, I found the following passes for which no documentation was present: createGVExtractionPass() createStructRetPromotionPass() createStripDeadPrototypesPass() createJumpThreadingPass() createMemCpyOptPass() createLoopDeletionPass() createCodeGenPreparePass() From what I saw in Passes.html, the passes documentation is not generated automatically? What's the policy on updating this documentation? Gr. Matthijs -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 18...
2008 May 07
0
[LLVMdev] Missing passes
...; > Additionally, I found the following passes for which no > documentation was present: > createGVExtractionPass() > createStructRetPromotionPass() > createStripDeadPrototypesPass() > createJumpThreadingPass() > createMemCpyOptPass() > createLoopDeletionPass() > createCodeGenPreparePass() > > From what I saw in Passes.html, the passes documentation is not > generated automatically? It is not, although I think there's a 'one-liner' to help with updating it. > What's the policy on updating this documentation? It hasn't been updated since I com...
2008 May 08
0
[LLVMdev] Missing passes
...ast one in my initial posting, though I had noticed it was missing). I've added the following passes to the documentation: > createStructRetPromotionPass() > createStripDeadPrototypesPass() > createJumpThreadingPass() > createMemCpyOptPass() > createLoopDeletionPass() > createCodeGenPreparePass() I've left out the Global Value Extraction Pass, since that doesn't seem to be a full pass in itself (no RegisterPass for example). I've also pulled Passes.html through the w3 validator, only to discover some errors of my own :-) Gr. Matthijs -------------- next part --------------...
2011 Apr 05
3
[LLVMdev] Building LLVM on Solaris/Sparc
...elAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o vtable for llvm::raw_string_ostream /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/GraphPrinters.o llvm::createInternalizePass(bool) /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::createCodeGenPreparePass(llvm::TargetLowering const*)/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::createTailCallEliminationPass() /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::createMemDepPrinter() /n/fs/scratch/tpondich/ParallelAssert/llvm-...