Do not use register as base ptr of pre- and post- inc/dec load / store nodes.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 6 May 2009 18:25:01 +0000 (18:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 6 May 2009 18:25:01 +0000 (18:25 +0000)
commitcaab129cd19441817906ea5ca69e341e81c598e3
tree418339ea47b952d55016d44bb9bb4e3b7625bedf
parentee08da89565714ca143d4754f167e3277974fc19
Do not use register as base ptr of pre- and post- inc/dec load / store nodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71098 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll [new file with mode: 0644]