Fix DAGCombine to deal with ext-conversion of pre/post_inc loads.
authorHal Finkel <hfinkel@anl.gov>
Wed, 20 Jun 2012 15:42:48 +0000 (15:42 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 20 Jun 2012 15:42:48 +0000 (15:42 +0000)
commitd65e463ff9327d168e8389e5c9a9f16a601be8a5
treef792d59de68a0356bfa4a932f51f1d5fa3fcbcf8
parent9905dbc3798b262c02637d528131ea536a1614b7
Fix DAGCombine to deal with ext-conversion of pre/post_inc loads.

The test case for this will come with the PPC indexed preinc loads commit.

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