This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2234b901e15 [SCCP] Remove unused variable added in r340525. new 271b93a6055 [DWARF] Unify warning callbacks. NFC. new 36609924999 [GVN] Invalidate cached info for phis when setting dead pre [...]
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/DebugInfo/DWARF/DWARFContext.h | 3 ++ include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 26 ++++++++---------- lib/DebugInfo/DWARF/DWARFContext.cpp | 28 +++++++++---------- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 6 ---- lib/Transforms/Scalar/GVN.cpp | 2 ++ test/Transforms/GVN/unreachable-predecessor.ll | 38 ++++++++++++++++++++++++++ tools/dsymutil/DwarfLinker.cpp | 4 +-- 7 files changed, 70 insertions(+), 37 deletions(-) create mode 100644 test/Transforms/GVN/unreachable-predecessor.ll