This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ba1670f7b9 Recommit r314561 after fixing msan build failure new dfc9ea2a051 [SimplifyCFG] put the optional assumption cache pointer in [...] new a72e2a9037b Bring r314809 back.
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/config-ix.cmake | 3 + include/llvm/Config/config.h.cmake | 6 ++ include/llvm/Support/ThreadPool.h | 4 +- include/llvm/Support/Threading.h | 8 +++ include/llvm/Transforms/Utils/Local.h | 10 +-- lib/CodeGen/DwarfEHPrepare.cpp | 2 +- lib/Support/Parallel.cpp | 4 +- lib/Support/ThreadPool.cpp | 5 +- lib/Support/Threading.cpp | 14 ++++ .../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 2 +- lib/Transforms/Scalar/SimplifyCFGPass.cpp | 19 +++--- lib/Transforms/Utils/SimplifyCFG.cpp | 78 ++++++++++------------ tools/bugpoint/CrashDebugger.cpp | 2 +- tools/llvm-profdata/llvm-profdata.cpp | 4 +- 14 files changed, 94 insertions(+), 67 deletions(-)