[all-commits] [llvm/llvm-project] 7b14e9: Change related to 2nd comments from nocchijiang
Kyungwoo Lee via All-commits
all-commits at lists.llvm.org
Mon Nov 11 01:03:22 PST 2024
Branch: refs/heads/users/kyulee-com/globmerge
Home: https://github.com/llvm/llvm-project
Commit: 7b14e955bd3c52e42eaa104a1e059f0587914e2d
https://github.com/llvm/llvm-project/commit/7b14e955bd3c52e42eaa104a1e059f0587914e2d
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: 3f335e88eb57fb00f1ca264ee94a5845e8dd6ec5
https://github.com/llvm/llvm-project/commit/3f335e88eb57fb00f1ca264ee94a5845e8dd6ec5
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/23d6eb2a8bde...3f335e88eb57
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