This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from 0780628097e Merging r322878: ------------------------------------------ [...] new 4ce79686439 Merging r322973: ------------------------------------------ [...] new 8d72e720adb Merging r322993: ------------------------------------------ [...]
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: cmake/modules/LLVMConfig.cmake.in | 2 + include/llvm/Support/GenericDomTreeConstruction.h | 38 +++++++++--- test/Transforms/JumpThreading/ddt-crash3.ll | 43 +++++++++++++ test/Transforms/JumpThreading/ddt-crash4.ll | 75 +++++++++++++++++++++++ unittests/IR/DominatorTreeTest.cpp | 25 ++++++++ 5 files changed, 174 insertions(+), 9 deletions(-) create mode 100644 test/Transforms/JumpThreading/ddt-crash3.ll create mode 100644 test/Transforms/JumpThreading/ddt-crash4.ll