This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0eec3b0 [DAG] early exit to improve readability and formatting of vis [...] new 15497c1 [DAGCombiner] Fix DebugLoc propagation when folding !(x cc y) [...] new 7c69583 [BypassSlowDivision] Refactor fast division insertion logic (NFC) new cc946df CMake: Clean up VersionFromVCS.cmake
The 3 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/VersionFromVCS.cmake | 62 +++-- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +- lib/Transforms/Utils/BypassSlowDivision.cpp | 378 ++++++++++++++++------------ test/CodeGen/NVPTX/lower-aggr-copies.ll | 4 +- test/CodeGen/X86/and-sink.ll | 20 +- test/CodeGen/X86/avx512-fsel.ll | 16 +- test/CodeGen/X86/fp128-i128.ll | 4 +- test/CodeGen/X86/xor-combine-debugloc.ll | 69 +++++ 8 files changed, 340 insertions(+), 217 deletions(-) create mode 100644 test/CodeGen/X86/xor-combine-debugloc.ll