OSDN Git Service

Fix an assertion in SelectionDAG::transferDbgValues()
authorAdrian Prantl <aprantl@apple.com>
Mon, 13 Nov 2017 21:24:54 +0000 (21:24 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 13 Nov 2017 21:24:54 +0000 (21:24 +0000)
commitcfcc1f1c64e267f94119cca6cb1021561e7ef125
treee52662f55df8535b90c2dc6ef5e55ebf3c78d0ec
parent1fd16115657943ee637d1cde29b0d97811fa95f4
Fix an assertion in SelectionDAG::transferDbgValues()
when transferring debug info describing the lower bits of an extended SDNode.

rdar://problem/35504722

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318086 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/DebugInfo/ARM/sdag-split-arg1.ll [new file with mode: 0644]