[all-commits] [llvm/llvm-project] 8a4b90: [CodeGen] Add conditional to module cloning in bit...
Jacob Lambert via All-commits
all-commits at lists.llvm.org
Wed Nov 29 16:44:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a4b90321f4aee78f70ef164031eb00da6d6b5c9
https://github.com/llvm/llvm-project/commit/8a4b90321f4aee78f70ef164031eb00da6d6b5c9
Author: Jacob Lambert <jacob.lambert at amd.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CodeGenAction.cpp
Log Message:
-----------
[CodeGen] Add conditional to module cloning in bitcode linking (#72478)
Now that we have a commandline option dictating a second link step,
(-relink-builtin-bitcode-postop), we can condition the module creation
when linking in bitcode modules. This aims to improve performance by
avoiding unnecessary linking
More information about the All-commits
mailing list