search for: lowerpackedpass

Displaying 1 result from an estimated 1 matches for "lowerpackedpass".

2005 Jan 19
1
[LLVMdev] Constant Propagation Problem
...ny ideas why this isn't picked up by the constant propagation? m. PS. I'm running the following passes (which is certainly overkill, I based it partly on the llvm-ld Optimize.cpp and added all the optimizations I could find which run on Functions, I don't need the IP optimizers): LowerPackedPass CFGSimplificationPass PromoteMemoryToRegister InstructionCombiningPass CFGSimplificationPass RaisePointerReferencesPass TailDuplicationPass CFGSimplificationPass ScalarReplAggregatesPass InstructionCombiningPass ReassociatePass InstructionCombiningPass TailCallEliminationPass CFGSimplificationPass...