This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 11b69c205d9 [CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES new e2d6b27abc8 [hot-cold-split] fix static analysis of cold regions new a379b4f9b55 [InstCombine] add tests for bitwise logic --> select; NFC
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: lib/Transforms/IPO/HotColdSplitting.cpp | 48 +++++++++++++++++++++++---- test/Transforms/HotColdSplit/split-cold-1.ll | 24 ++++++++++++-- test/Transforms/HotColdSplit/split-cold-2.ll | 4 +++ test/Transforms/InstCombine/logical-select.ll | 36 ++++++++++++++++++++ test/Transforms/InstCombine/vec_sext.ll | 8 ++--- 5 files changed, 106 insertions(+), 14 deletions(-)