This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6159d86 [unordered] Add tests and conservative handling in support of [...] new 1268621 Fixed Dwarf debug info emission to skip DILexicalBlockFile en [...] new 58cd23c [instcombine][unordered] Implement *-load forwarding for unor [...]
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 | 6 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 9 +- lib/CodeGen/LexicalScopes.cpp | 13 +- lib/IR/DebugInfoMetadata.cpp | 6 + .../InstCombine/InstCombineLoadStoreAlloca.cpp | 8 +- test/DebugInfo/X86/lexical-block-file-inline.ll | 161 +++++++++++++++++++++ test/Transforms/InstCombine/atomic.ll | 37 ++++- 7 files changed, 226 insertions(+), 14 deletions(-) create mode 100644 test/DebugInfo/X86/lexical-block-file-inline.ll