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

Implement trivial DSE. If two stores are neighbors and store to the same

location, replace them with a new store of the last value.  This occurs
in the same neighborhood in 197.parser, speeding it up about 1.5%

llvm-svn: 23691
parent e260ed86
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