This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b63d21f4508 Revert "Reapply "[CGP] Check for existing inttotpr before c [...] new 8175d01f188 [CodeExtractor] Emit lifetime markers around reloads of outputs new 1054bdf3556 [HotColdSplit] Remove a set which tracked split functions (NFC) new 3dfba4afc6d [HotColdSplit] Mark inherently cold functions as such new 341781f38dd [MergeFunc] Allow merging identical vararg functions using aliases
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 | 68 ++++++---- lib/Transforms/IPO/MergeFunctions.cpp | 25 ++-- lib/Transforms/Utils/CodeExtractor.cpp | 137 +++++++++++---------- .../Transforms/CodeExtractor/PartialInlineDebug.ll | 6 +- .../PartialInlineInvokeProducesOutVal.ll | 4 + .../CodeExtractor/PartialInlineVarArgsDebug.ll | 3 +- test/Transforms/HotColdSplit/X86/do-not-split.ll | 31 +++++ test/Transforms/HotColdSplit/addr-taken.ll | 27 ++++ .../HotColdSplit/duplicate-phi-preds-crash.ll | 2 +- .../HotColdSplit/lifetime-markers-on-inputs.ll | 14 +-- test/Transforms/HotColdSplit/minsize.ll | 12 +- .../HotColdSplit/split-phis-in-exit-blocks.ll | 3 + test/Transforms/MergeFunc/va_arg.ll | 8 +- 13 files changed, 221 insertions(+), 119 deletions(-) create mode 100644 test/Transforms/HotColdSplit/addr-taken.ll