Skip to content
Commit 5e72db3f authored by Owen Anderson's avatar Owen Anderson
Browse files

Add FastDSE, a new algorithm for doing dead store elimination. This algorithm is not as accurate

as the current DSE, but it only a linear scan over each block, rather than quadratic.  Eventually
(once it has been improved somewhat), this will replace the current DSE.

NOTE: This has not yet been extensively tested.
llvm-svn: 38517
parent d9034f71
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