[all-commits] [llvm/llvm-project] 08cc05: Reland "[Propeller] Promote functions with propell...

Rahman Lavaee via All-commits all-commits at lists.llvm.org
Thu May 26 19:53:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08cc0585187219c916a3125e79e7d7154ee1646a
      https://github.com/llvm/llvm-project/commit/08cc0585187219c916a3125e79e7d7154ee1646a
  Author: Rahman Lavaee <rahmanl at google.com>
  Date:   2022-05-26 (Thu, 26 May 2022)

  Changed paths:
    A llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/lib/CodeGen/BasicBlockSections.cpp
    A llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/test/CodeGen/X86/basic-block-sections-cold.ll
    M llvm/test/CodeGen/X86/basic-block-sections-list.ll
    M llvm/test/CodeGen/X86/basic-block-sections-listbb.ll
    M llvm/test/CodeGen/X86/basic-block-sections-source-drift.ll

  Log Message:
  -----------
  Reland "[Propeller] Promote functions with propeller profiles to .text.hot."

This relands commit 4d8d2580c53e130c3c3dd3877384301e3c495554.

The major change here is using 'addUsedIfAvailable<BasicBlockSectionsProfileReader>()` to make sure we don't change the pipeline tests.

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




More information about the All-commits mailing list