[SelectionDAG] Dump debug locs in SDNodes
authorVedant Kumar <vsk@apple.com>
Mon, 23 Apr 2018 17:18:24 +0000 (17:18 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 23 Apr 2018 17:18:24 +0000 (17:18 +0000)
commitf17720633ba1182bda90491904b5f31daedab41e
tree6b951d028202b7cf7afec23aa3a489449d58b1fa
parente8643a0c91c0ee98331159983a5f26106dfe8d96
[SelectionDAG] Dump debug locs in SDNodes

This helps debug issues where selection-dag assigns the wrong location
to an instruction.

Differential Revision: https://reviews.llvm.org/D45913

llvm-svn: 330618
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
llvm/test/CodeGen/X86/selectiondag-debug-loc.ll [new file with mode: 0644]