llvm-project/llvm/test/Transforms/FunctionImport
Vitaly Buka a5376f393e [LTO] Make processing of combined module more consistent
Summary:
1. Use stream 0 only for combined module. Previously if combined module was not
processes ThinLTO used the stream for own output. However small changes in input,
could trigger combined module  and shuffle outputs making life of llvm::LTO harder.

2. Always process combined module and write output to stream 0. Processing empty
combined module is cheap and allows llvm::LTO users to avoid implementing processing
which is already done in llvm::LTO.

Subscribers: mehdi_amini, inglorion, eraman, hiraditya

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

llvm-svn: 320905
2017-12-16 02:10:00 +00:00
..
Inputs [ThinLTO] Fix ThinLTO crash 2017-08-19 18:04:25 +00:00
adjustable_threshold.ll
funcimport.ll [ThinLTO] Enable importing of aliases as copy of aliasee 2017-12-16 00:18:12 +00:00
funcimport_alias.ll
funcimport_debug.ll
funcimport_var.ll [LTO] Make processing of combined module more consistent 2017-12-16 02:10:00 +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 [llvm] Remove redundant --check-prefix=CHECK from tests 2016-10-24 18:57:55 +00:00