This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f865ef62e54 [Hexagon] Subtarget feature to emit one instruction per packet new 475569518b9 [SelectionDAG] Improve handling of dangling debug info new 78c10b0e5a8 update_mir_test_checks: Fix handling of IR input after r326284
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: include/llvm/IR/DebugInfoMetadata.h | 26 +++ lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +- lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 27 +-- lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 8 - lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 5 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 87 +++++++--- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 6 + test/DebugInfo/X86/dbg-value-inlined-parameter.ll | 6 +- test/DebugInfo/X86/sdag-dangling-dbgvalue.ll | 201 ++++++++++++++++++++++ utils/update_mir_test_checks.py | 4 +- 10 files changed, 309 insertions(+), 63 deletions(-) create mode 100644 test/DebugInfo/X86/sdag-dangling-dbgvalue.ll