This adds debug messages to various functions that create new SDValue nodes. This is e.g. useful to have during type legalization, as otherwise it can prints legalization info of nodes that did not appear in the dumps before.
This is related to D36964.