[all-commits] [llvm/llvm-project] 77638a: [llvm] Set the default for -bbsections-cold-text-p...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Wed Oct 14 12:29:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 77638a5343d5b4c1a87ec2b7fb3671ccb108a059
      https://github.com/llvm/llvm-project/commit/77638a5343d5b4c1a87ec2b7fb3671ccb108a059
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2020-10-14 (Wed, 14 Oct 2020)

  Changed paths:
    M llvm/lib/CodeGen/BasicBlockSections.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/test/CodeGen/X86/basic-block-sections-clusters-branches.ll
    M llvm/test/CodeGen/X86/basic-block-sections-clusters.ll
    M llvm/test/CodeGen/X86/basic-block-sections-cold.ll
    M llvm/test/CodeGen/X86/machine-function-splitter.ll

  Log Message:
  -----------
  [llvm] Set the default for -bbsections-cold-text-prefix to .text.split.

After using this for a while, we find that it is generally useful to
have it set to .text.split. by default, removing the need for an
additional -mllvm option.

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




More information about the All-commits mailing list