mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 09:26:05 +00:00

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> llvm-svn: 144239