[all-commits] [llvm/llvm-project] ef0cb3: [llvm_stats] Do not import llvm.stats metadata for...

ictwanglei via All-commits all-commits at lists.llvm.org
Mon Nov 28 16:47:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef0cb372dc80c9f71a181125e6dca22e5c59ece5
      https://github.com/llvm/llvm-project/commit/ef0cb372dc80c9f71a181125e6dca22e5c59ece5
  Author: wlei <wlei at fb.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
    M llvm/lib/Linker/IRMover.cpp
    A llvm/test/ThinLTO/X86/Inputs/llvm-stats-import.ll
    A llvm/test/ThinLTO/X86/llvm-stats-import.ll

  Log Message:
  -----------
  [llvm_stats] Do not import llvm.stats metadata for thinlto

The stats are computed per module and will all be merged in the binary, importing the metadata will cause duplication of the stats.

Reviewed By: hoy, wenlei

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




More information about the All-commits mailing list