generalize helper function of MergeConsecutiveStores to handle vector types (NFCI)
authorSanjay Patel <spatel@rotateright.com>
Mon, 31 Aug 2015 21:50:16 +0000 (21:50 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 31 Aug 2015 21:50:16 +0000 (21:50 +0000)
commit543e65bb96f9b5e5e463de7c9c4a38483188e067
tree1c27c63a72ac658988a7b24f11f01cceacc00b89
parent8af580ed7dd01ded848ff283dd9bdf2870e1bf0d
generalize helper function of MergeConsecutiveStores to handle vector types (NFCI)

This was part of D7208 (r227242), but that commit was reverted because it exposed
a bug in AArch64 lowering. I should have that fixed and the rest of the commit
reinstated soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246493 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp