llvm-project/llvm/test/Transforms/FunctionImport/Inputs
Teresa Johnson 73305f82e9 [ThinLTO] Fix ThinLTO crash
Summary:
Follow up to fix in r311023, which fixed the case where the combined
index is written to disk. The same samplePGO logic exists for the
in-memory index when computing imports, so we need to filter out
GlobalVariable summaries there too.

Reviewers: davidxl

Subscribers: inglorion, llvm-commits

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

llvm-svn: 311254
2017-08-19 18:04:25 +00:00
..
adjustable_threshold.ll
funcimport.ll Don't import variadic functions 2016-08-11 22:13:57 +00:00
funcimport_alias.ll
funcimport_debug.ll
funcimport_var2.ll [ThinLTO] Fix ThinLTO crash 2017-08-19 18:04:25 +00:00
hotness_based_import.ll [thinlto] Don't decay threshold for hot callsites 2016-09-30 03:01:17 +00:00
hotness_based_import2.ll [ThinLTO] Ensure callees get hot threshold when first seen on cold path 2016-12-15 18:21:01 +00:00
inlineasm.ll