forked from OSchip/llvm-project
c8dba682bb
Summary: The current default of appending "_"+entry block label to the new extracted cold function breaks demangling. Change the deliminator from "_" to "." to enable demangling. Because the header block label will be empty for release compile code, use "extracted" after the "." when the label is empty. Additionally, add a mechanism for the client to pass in an alternate suffix applied after the ".", and have the hot cold split pass use "cold."+Count, where the Count is currently 1 but can be used to uniquely number multiple cold functions split out from the same function with D53588. Reviewers: sebpop, hiraditya Subscribers: llvm-commits, erik.pilkington Differential Revision: https://reviews.llvm.org/D53534 llvm-svn: 345178 |
||
---|---|---|
.. | ||
X86 | ||
2004-03-13-LoopExtractorCrash.ll | ||
2004-03-14-DominanceProblem.ll | ||
2004-03-14-NoSwitchSupport.ll | ||
2004-03-17-MissedLiveIns.ll | ||
2004-03-17-UpdatePHIsOutsideRegion.ll | ||
2004-03-18-InvokeHandling.ll | ||
2004-08-12-BlockExtractPHI.ll | ||
2004-11-12-InvokeExtract.ll | ||
BlockAddressReference.ll | ||
BlockAddressSelfReference.ll | ||
ExtractedFnEntryCount.ll | ||
MultipleExitBranchProb.ll | ||
PartialInlineAlloca.ll | ||
PartialInlineAlloca2.ll | ||
PartialInlineAlloca4.ll | ||
PartialInlineAlloca5.ll | ||
PartialInlineAnd.ll | ||
PartialInlineAndOr.ll | ||
PartialInlineAttributes.ll | ||
PartialInlineCallRef.ll | ||
PartialInlineDebug.ll | ||
PartialInlineEntryUpdate.ll | ||
PartialInlineHighCost.ll | ||
PartialInlineInvokeProducesOutVal.ll | ||
PartialInlineLiveAcross.ll | ||
PartialInlineNoInline.ll | ||
PartialInlineNoLiveOut.ll | ||
PartialInlineNotViable.ll | ||
PartialInlineORECrash.ll | ||
PartialInlineOptRemark.ll | ||
PartialInlineOr.ll | ||
PartialInlineOrAnd.ll | ||
PartialInlinePGOMultiRegion.ll | ||
PartialInlinePGORegion.ll | ||
PartialInlineVarArg.ll | ||
PartialInlineVarArgsDebug.ll | ||
SingleCondition.ll | ||
cost.ll | ||
cost_meta.ll | ||
inline_eh.ll | ||
inline_eh_1.ll | ||
live_shrink.ll | ||
live_shrink_gep.ll | ||
live_shrink_hoist.ll | ||
live_shrink_multiple.ll | ||
live_shrink_unsafe.ll | ||
unreachable-block.ll |