This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5875c4b228 [WebAssembly][NFC] Fix unconventional test names new 17c04c42318 [InstCombine] add more tests for add narrowing folds; NFC new b0ea73526f5 HotColdSplit: add back propagation to extend cold regions new b2928cc4eb1 HotColdSplit: fix isSingleEntrySingleExit new 0c636310aeb HotColdSplit: fix invalid SSA due to outlining
The 4 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 | 125 ++++++++++++++++++--------- test/Transforms/HotColdSplit/split-cold-1.ll | 10 +-- test/Transforms/HotColdSplit/split-cold-2.ll | 28 ++++++ test/Transforms/InstCombine/narrow-math.ll | 118 +++++++++++++++++++++++++ 4 files changed, 231 insertions(+), 50 deletions(-) create mode 100644 test/Transforms/HotColdSplit/split-cold-2.ll