Skip to content
Commit a9137233 authored by Chris Lattner's avatar Chris Lattner
Browse files

Add a new SSA-based peephole optimizer which includes copy propagation and

folding of instructions into addressing modes.  This creates lots of dead
instructions, which are currently not deleted.  It also creates a lot of
instructions that the X86 backend currently cannot handle.  :(

llvm-svn: 10275
parent 128937bb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment