This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ead239 [LoopUnroll] Check that DT is available before trying to verify it. new dc32f35 [PDB] Move PDB functions to a separate file. new 92be720 [LoopSimplify] Preserve LCSSA when merging exit blocks.
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: .../{DWARF/DWARFSection.h => PDB/Raw/Hash.h} | 17 ++--- lib/DebugInfo/PDB/CMakeLists.txt | 1 + lib/DebugInfo/PDB/Raw/Hash.cpp | 77 ++++++++++++++++++++++ lib/DebugInfo/PDB/Raw/NameHashTable.cpp | 60 +---------------- lib/Transforms/Utils/LoopSimplify.cpp | 23 ++++++- test/Transforms/LoopSimplify/pr26682.ll | 32 +++++++++ 6 files changed, 139 insertions(+), 71 deletions(-) copy include/llvm/DebugInfo/{DWARF/DWARFSection.h => PDB/Raw/Hash.h} (56%) create mode 100644 lib/DebugInfo/PDB/Raw/Hash.cpp create mode 100644 test/Transforms/LoopSimplify/pr26682.ll