OSDN Git Service

[SelectionDAG] Make getNode calls that take an ArrayRef of SDValue for operands call...
authorCraig Topper <craig.topper@intel.com>
Fri, 15 Dec 2017 01:03:45 +0000 (01:03 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 15 Dec 2017 01:03:45 +0000 (01:03 +0000)
commit9affb7358f62ab898ac538b9d6198fc7ee4902e9
tree21b6be968c338ccd33b4f0b03245fc7d299079c4
parent31be897d38a0afc9ea08dd74ba15a388a4e1bf60
[SelectionDAG] Make getNode calls that take an ArrayRef of SDValue for operands call NewSDValueDbgMsg.

This makes it work better with some build_vector and concat_vectors creations.

Adjust the NewSDValueDbgMsg in getConstant to avoid duplicating the print when it calls getSplatBuildVector since getSplatBuildVector didn't trigger a print before.

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