[PATCH] D96932: [SampleFDO] Support enabling -funique-internal-linkage-name

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 18:08:49 PST 2021


wmi updated this revision to Diff 326860.
wmi added a comment.

Address Wenlei's comment. Also change the default elide strategy to "selected" because I think that is the most commonly used strategy.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96932

Files:
  llvm/include/llvm/ProfileData/SampleProf.h
  llvm/include/llvm/ProfileData/SampleProfReader.h
  llvm/lib/ProfileData/SampleProf.cpp
  llvm/lib/ProfileData/SampleProfReader.cpp
  llvm/lib/ProfileData/SampleProfWriter.cpp
  llvm/lib/Transforms/IPO/SampleContextTracker.cpp
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/test/Transforms/SampleProfile/Inputs/uniqname.nosuffix.afdo
  llvm/test/Transforms/SampleProfile/Inputs/uniqname.suffix.afdo
  llvm/test/Transforms/SampleProfile/Inputs/uniqname.suffix.prof
  llvm/test/Transforms/SampleProfile/uniqname.ll
  llvm/unittests/ProfileData/SampleProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96932.326860.patch
Type: text/x-patch
Size: 29075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210227/c54167ed/attachment.bin>


More information about the llvm-commits mailing list