This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8f6aa43aa8 use LLVM's standard CMakeLists.txt layout for llvm-xray new 5c162365ddc Reapply "[SelectionDAG] Selection of DBG_VALUE using a PHI [...] new ad2b36f02c0 [DebugInfo] Correction for an assert in DIExpression::creat [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 48 ++++++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 5 + lib/IR/DebugInfoMetadata.cpp | 6 +- test/DebugInfo/X86/sdag-dbgvalue-phi-use-3.ll | 169 +++++++++++++++++++++++ test/DebugInfo/X86/sdag-dbgvalue-phi-use-4.ll | 90 ++++++++++++ 5 files changed, 309 insertions(+), 9 deletions(-) create mode 100644 test/DebugInfo/X86/sdag-dbgvalue-phi-use-3.ll create mode 100644 test/DebugInfo/X86/sdag-dbgvalue-phi-use-4.ll