Displaying 1 result from an estimated 1 matches for "raisepointerreferencespass".
2005 Jan 19
1
[LLVMdev] Constant Propagation Problem
...sses (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
LICMPass
InstructionCombiningPass
IndVarSimplifyPass
LoopUnrollPass
InstructionCombiningPass
GCSEPass
SCCPPass
Instructi...