This is the first major step of implementing PR1226. We now successfully
authorChris Lattner <sabre@nondot.org>
Mon, 5 Mar 2007 07:52:57 +0000 (07:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Mar 2007 07:52:57 +0000 (07:52 +0000)
commit372dda8881c7a32a6f5ce0f76a713e3a9ef46ea1
tree070101a1f32f952d5459050a5bcfc22b69156148
parent413bc8262e4a73d28f177486c3b29cfd74ca3120
This is the first major step of implementing PR1226.  We now successfully
scalarrepl things down to elements, but mem2reg can't promote elements that
are memset/memcpy'd.  Until then, the code is disabled "0 &&".

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