aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ValuePropagation/phi.ll
Commit message (Collapse)AuthorAgeFilesLines
* Combine these two tests, and make sure there's a newline at the end of the file.Owen Anderson2010-08-301-17/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112554 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a prototype of a new peephole optimizing pass that uses LazyValue info ↵Owen Anderson2010-08-271-0/+17
to simplify PHIs and select's. This pass addresses the missed optimizations from PR2581 and PR4420. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112325 91177308-0d34-0410-b5e6-96231b3b80d8