[all-commits] [llvm/llvm-project] c45bb3: [ThinLTO] Disable "Always import constants" due to...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Thu Jan 30 10:13:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c45bb326a681570b88dd315299c10c2242c143a9
https://github.com/llvm/llvm-project/commit/c45bb326a681570b88dd315299c10c2242c143a9
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M llvm/lib/IR/ModuleSummaryIndex.cpp
M llvm/test/ThinLTO/X86/import-constant.ll
M llvm/test/ThinLTO/X86/referenced_by_constant.ll
Log Message:
-----------
[ThinLTO] Disable "Always import constants" due to compile time issues
Summary:
Disable the always importing of constants introduced in D70404 by
default under a new internal option, since it is causing order of
magnitude compile time regressions during the thin link. Will continue
investigating why the regressions occur.
Reviewers: evgeny777, wmi
Subscribers: mehdi_amini, inglorion, hiraditya, steven_wu, dexonsmith, arphaman, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73724
More information about the All-commits
mailing list