Add FastDLE, the load-elimination counterpart of FastDSE.
authorOwen Anderson <resistor@mac.com>
Mon, 23 Jul 2007 21:48:08 +0000 (21:48 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 23 Jul 2007 21:48:08 +0000 (21:48 +0000)
commitffe40aa97d1557cb00530ac26c60ddde9fe0e7c6
treedb8d8a0e0dcb941c83f4cc1c00316118fcd5638c
parent33d137f90a556e4c37da6bda9ecb96380efdd9b7
Add FastDLE, the load-elimination counterpart of FastDSE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40445 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/FastDLE.cpp [new file with mode: 0644]