Remove r111665, which implemented store-narrowing in InstCombine. Chris discovered...
authorOwen Anderson <resistor@mac.com>
Tue, 31 Aug 2010 04:41:06 +0000 (04:41 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 31 Aug 2010 04:41:06 +0000 (04:41 +0000)
commitc97fb52799eea845569425c0430b2b944cad7093
tree64dca7dfa0778734893fe9dfdd768bfb45b1dd4b
parent2e46e78c53011ddbc0587135c09b39077beb0c1e
Remove r111665, which implemented store-narrowing in InstCombine.  Chris discovered a miscompilation in it, and it's not easily
fixable at the optimizer level. I'll investigate reimplementing it in DAGCombine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112575 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
test/Transforms/InstCombine/2010-08-19-StoreNarrowing.ll [deleted file]