This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d67aebfb379 Fix an MSVC bot failure from r351474. new 6c24b6f7e25 [HotColdSplit] Simplify tests by lowering their splitting t [...]
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: lib/Transforms/IPO/HotColdSplitting.cpp | 13 +++++++++---- test/Transforms/HotColdSplit/{ => X86}/do-not-split.ll | 6 +----- .../{ => X86}/extraction-subregion-breaks-phis.ll | 2 +- test/Transforms/HotColdSplit/X86/outline-expensive.ll | 2 +- .../HotColdSplit/delete-use-without-def-dbg-val.ll | 4 +--- test/Transforms/HotColdSplit/duplicate-phi-preds-crash.ll | 2 +- test/Transforms/HotColdSplit/eh-pads.ll | 11 ++++++----- test/Transforms/HotColdSplit/eh-typeid-for.ll | 4 +--- .../HotColdSplit/forward-dfs-reaches-marked-block.ll | 2 +- test/Transforms/HotColdSplit/lifetime-markers-on-inputs.ll | 2 +- test/Transforms/HotColdSplit/mark-the-whole-func-cold.ll | 2 +- test/Transforms/HotColdSplit/minsize.ll | 4 +--- test/Transforms/HotColdSplit/multiple-exits.ll | 3 +-- test/Transforms/HotColdSplit/noreturn.ll | 4 +--- test/Transforms/HotColdSplit/outline-cold-asm.ll | 4 +--- test/Transforms/HotColdSplit/outline-disjoint-diamonds.ll | 2 +- test/Transforms/HotColdSplit/outline-if-then-else.ll | 2 +- .../HotColdSplit/outline-multiple-entry-region.ll | 6 +----- test/Transforms/HotColdSplit/outline-while-loop.ll | 2 +- .../HotColdSplit/phi-with-distinct-outlined-values.ll | 3 +-- test/Transforms/HotColdSplit/region-overlap.ll | 7 +------ test/Transforms/HotColdSplit/split-cold-2.ll | 4 ++-- test/Transforms/HotColdSplit/split-out-dbg-val-of-arg.ll | 4 +--- test/Transforms/HotColdSplit/succ-block-with-self-edge.ll | 4 +--- test/Transforms/HotColdSplit/unwind.ll | 3 +-- 25 files changed, 39 insertions(+), 63 deletions(-) rename test/Transforms/HotColdSplit/{ => X86}/do-not-split.ll (94%) rename test/Transforms/HotColdSplit/{ => X86}/extraction-subregion-breaks-phis.ll (97%)