[PATCH] D70653: [AutoFDO] Properly merge context-sensitive profile of inlinee back to outlined function

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 16:56:25 PST 2019


wenlei updated this revision to Diff 232019.
wenlei added a comment.

address review feedback - only do fuzzy match for call site targets for indirect calls, as a result, I had to fix a few test cases.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70653/new/

https://reviews.llvm.org/D70653

Files:
  llvm/include/llvm/ProfileData/SampleProf.h
  llvm/include/llvm/ProfileData/SampleProfReader.h
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/test/CodeGen/X86/insert-prefetch-inline.afdo
  llvm/test/Transforms/SampleProfile/Inputs/einline.prof
  llvm/test/Transforms/SampleProfile/Inputs/inline-callee-update.prof
  llvm/test/Transforms/SampleProfile/Inputs/inline-mergeprof.prof
  llvm/test/Transforms/SampleProfile/inline-mergeprof.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70653.232019.patch
Type: text/x-patch
Size: 10805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191204/2583a9cf/attachment.bin>


More information about the llvm-commits mailing list