Lift the integer splat computation into a helper function.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 17 Dec 2012 04:07:30 +0000 (04:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 17 Dec 2012 04:07:30 +0000 (04:07 +0000)
commit225d25de490386dd6398842c19f567b921a97db6
treeea687b89e20ebb728eb85d84b03613007308f9d3
parenta1032b7e4c405474f8a26c731873d413b1f1d25b
Lift the integer splat computation into a helper function.

No functionality changed. Refactoring leading up to the fix for PR14478
which requires some significant changes to the memset and memcpy
rewriting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170299 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SROA.cpp