This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1b57b3d686d [InstCombine] Do not fold scalar ops over select with vecto [...] new 55883c94395 Hot cold splitting pass
The 1 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: include/llvm/InitializePasses.h | 1 + include/llvm/Transforms/IPO.h | 5 + lib/Transforms/IPO/CMakeLists.txt | 1 + lib/Transforms/IPO/HotColdSplitting.cpp | 370 +++++++++++++++++++++++++++ lib/Transforms/IPO/IPO.cpp | 1 + lib/Transforms/IPO/PassManagerBuilder.cpp | 7 + test/Transforms/HotColdSplit/split-cold-1.ll | 34 +++ 7 files changed, 419 insertions(+) create mode 100644 lib/Transforms/IPO/HotColdSplitting.cpp create mode 100644 test/Transforms/HotColdSplit/split-cold-1.ll