[all-commits] [llvm/llvm-project] 175288: Add sample-profile-suffix-elision-policy attribute...

Hongtao Yu via All-commits all-commits at lists.llvm.org
Tue Jan 12 15:20:48 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 175288a1afef2b6976455aab5ce51c66d28f8bca
      https://github.com/llvm/llvm-project/commit/175288a1afef2b6976455aab5ce51c66d28f8bca
  Author: Hongtao Yu <hoy at fb.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/UniqueInternalLinkageNames.cpp
    M llvm/test/Transforms/UniqueInternalLinkageNames/unique-internal-linkage-names.ll

  Log Message:
  -----------
  Add sample-profile-suffix-elision-policy attribute with -funique-internal-linkage-names.

Adding sample-profile-suffix-elision-policy attribute to functions whose linkage names are uniquefied so that their unique name suffix won't be trimmed when applying AutoFDO profiles.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D94455




More information about the All-commits mailing list