[all-commits] [llvm/llvm-project] 60f2f3: Change related to 2nd comments from nocchijiang

Kyungwoo Lee via All-commits all-commits at lists.llvm.org
Mon Nov 11 00:52:30 PST 2024


  Branch: refs/heads/users/kyulee-com/globmerge
  Home:   https://github.com/llvm/llvm-project
  Commit: 60f2f31ad46e78bf348b2548fca1f5419d0f18de
      https://github.com/llvm/llvm-project/commit/60f2f31ad46e78bf348b2548fca1f5419d0f18de
  Author: Kyungwoo Lee <kyulee at meta.com>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M llvm/include/llvm/CGData/StableFunctionMap.h
    M llvm/include/llvm/CGData/StableFunctionMapRecord.h
    M llvm/lib/CGData/StableFunctionMap.cpp
    M llvm/lib/CodeGen/GlobalMergeFunctions.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/test/tools/llvm-cgdata/merge-combined-funcmap-hashtree.test
    M llvm/test/tools/llvm-cgdata/merge-funcmap-archive.test
    M llvm/test/tools/llvm-cgdata/merge-funcmap-concat.test
    M llvm/test/tools/llvm-cgdata/merge-funcmap-double.test
    M llvm/test/tools/llvm-cgdata/merge-funcmap-single.test
    M llvm/tools/llvm-cgdata/Opts.td
    M llvm/tools/llvm-cgdata/llvm-cgdata.cpp
    M llvm/unittests/CGData/StableFunctionMapTest.cpp

  Log Message:
  -----------
  Change related to 2nd comments from nocchijiang

- Move isProfitable to offline (llvm-cgdata)
- skip-trim flag to skip trimming codegen data.
  - The default behavior is to trim unnecessary content from the codegen
    data.
  - With this flag enabled, we skip trimming, which is often useful to
    create a synthetic test.


  Commit: 23d6eb2a8bde23b8243a07ab08deac8407decb9f
      https://github.com/llvm/llvm-project/commit/23d6eb2a8bde23b8243a07ab08deac8407decb9f
  Author: Kyungwoo Lee <kyulee at meta.com>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M llvm/lib/CodeGen/GlobalMergeFunctions.cpp

  Log Message:
  -----------
  Address comments from thevinster


Compare: https://github.com/llvm/llvm-project/compare/70070300bf1e...23d6eb2a8bde

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list