[PATCH] D53534: [hot-cold-split] Name split functions with ".cold" suffix

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 24 09:35:26 PDT 2018


tejohnson updated this revision to Diff 170918.
tejohnson added a comment.

Address comments


Repository:
  rL LLVM

https://reviews.llvm.org/D53534

Files:
  include/llvm/Transforms/Utils/CodeExtractor.h
  lib/Transforms/IPO/HotColdSplitting.cpp
  lib/Transforms/Utils/CodeExtractor.cpp
  test/Transforms/BlockExtractor/extract-blocks.ll
  test/Transforms/CodeExtractor/ExtractedFnEntryCount.ll
  test/Transforms/CodeExtractor/PartialInlineAnd.ll
  test/Transforms/CodeExtractor/PartialInlineAndOr.ll
  test/Transforms/CodeExtractor/PartialInlineAttributes.ll
  test/Transforms/CodeExtractor/PartialInlineDebug.ll
  test/Transforms/CodeExtractor/PartialInlineEntryUpdate.ll
  test/Transforms/CodeExtractor/PartialInlineInvokeProducesOutVal.ll
  test/Transforms/CodeExtractor/PartialInlineLiveAcross.ll
  test/Transforms/CodeExtractor/PartialInlineNoLiveOut.ll
  test/Transforms/CodeExtractor/PartialInlineOr.ll
  test/Transforms/CodeExtractor/PartialInlineOrAnd.ll
  test/Transforms/CodeExtractor/PartialInlinePGOMultiRegion.ll
  test/Transforms/CodeExtractor/PartialInlinePGORegion.ll
  test/Transforms/CodeExtractor/PartialInlineVarArg.ll
  test/Transforms/CodeExtractor/PartialInlineVarArgsDebug.ll
  test/Transforms/CodeExtractor/SingleCondition.ll
  test/Transforms/CodeExtractor/X86/InheritTargetAttributes.ll
  test/Transforms/CodeExtractor/cost.ll
  test/Transforms/CodeExtractor/cost_meta.ll
  test/Transforms/CodeExtractor/inline_eh.ll
  test/Transforms/CodeExtractor/inline_eh_1.ll
  test/Transforms/CodeExtractor/live_shrink.ll
  test/Transforms/CodeExtractor/live_shrink_gep.ll
  test/Transforms/CodeExtractor/live_shrink_hoist.ll
  test/Transforms/CodeExtractor/live_shrink_multiple.ll
  test/Transforms/CodeExtractor/unreachable-block.ll
  test/Transforms/HotColdSplit/split-cold-2.ll
  test/Transforms/HotColdSplit/split-out-dbg-val-of-arg.ll
  test/tools/llvm-extract/extract-block.ll
  test/tools/llvm-extract/extract-multiple-blocks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53534.170918.patch
Type: text/x-patch
Size: 27642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181024/fff09b5e/attachment.bin>


More information about the llvm-commits mailing list