Add skeletal code to increase the alignment of loads and stores when
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jan 2008 07:20:16 +0000 (07:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jan 2008 07:20:16 +0000 (07:20 +0000)
commit00161a63dda71714df312661ceed0a318ed8b266
tree2bfa4c949b3b5f0e7cc8e0044d7f9fea98674b51
parent1612faae3cf7ecfaddba64f7064f0ce4b32dd471
Add skeletal code to increase the alignment of loads and stores when
we can infer it.  This will eventually help stuff, though it doesn't
do much right now because all fixed FI's have an alignment of 1.

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