llvm-6502/lib/Transforms
Pete Cooper 5ccb0825ed DeadStoreElimination can now trim the size of a store if the end of the store is dead.
Currently checks alignment and killing stores on a power of 2 boundary as this is likely
to trim the size of the earlier store without breaking large vector stores into scalar ones.

Fixes <rdar://problem/10140300>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144239 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-09 23:07:35 +00:00
..
Hello
InstCombine InstCombine now optimizes vector udiv by power of 2 to shifts 2011-11-07 23:04:49 +00:00
Instrumentation build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
IPO build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
Scalar DeadStoreElimination can now trim the size of a store if the end of the store is dead. 2011-11-09 23:07:35 +00:00
Utils Make sure we don't insert instructions before a landingpad instruction. 2011-11-07 19:38:34 +00:00
CMakeLists.txt
LLVMBuild.txt build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
Makefile