[SDAG] Don't insert the VRBase into a mapping from SDValues when the def
authorChandler Carruth <chandlerc@gmail.com>
Fri, 25 Jul 2014 09:19:18 +0000 (09:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 25 Jul 2014 09:19:18 +0000 (09:19 +0000)
commit38ccfe97614086b430a4c63ec2f7b8af83d897c9
tree61b472dd66fb5114a8c82cdf1d7577da0d25e9a8
parent068898df791cd9ec96b55c361d35f71f12910bc7
[SDAG] Don't insert the VRBase into a mapping from SDValues when the def
doesn't actually correspond to an SDValue at all. Fixes most of the
remaining asserts on out-of-range SDValue result numbers.

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