This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3af27b49cf8 [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 new 390962bc3eb [HotColdSplit] Consider resume instructions to be cold new 7064dbae35e [HotColdSplit] Allow outlining with live outputs
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 | 12 +--- test/Transforms/HotColdSplit/resume.ll | 20 +++++++ .../HotColdSplit/split-phis-in-exit-blocks.ll | 68 ++++++++++++++++++++++ 3 files changed, 89 insertions(+), 11 deletions(-) create mode 100644 test/Transforms/HotColdSplit/resume.ll create mode 100644 test/Transforms/HotColdSplit/split-phis-in-exit-blocks.ll