This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 504eed44cd3 AMDGPU/GlobalISel: Implement select() for @llvm.amdgcn.exp new 3393e5b81db [ThinLTO] Ensure we always select the same function copy to import new 6716a6f8768 [X86] Correct comment of TEST elimination in BSF/TZCNT
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/IPO/FunctionImport.h | 16 ++- lib/LTO/LTO.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 4 +- lib/Transforms/IPO/FunctionImport.cpp | 157 ++++++++++++--------- .../FunctionImport/Inputs/funcimport_resolved1.ll | 34 +++++ .../FunctionImport/Inputs/funcimport_resolved2.ll} | 6 +- .../FunctionImport/funcimport_resolved.ll | 50 +++++++ tools/llvm-link/llvm-link.cpp | 2 +- 8 files changed, 190 insertions(+), 83 deletions(-) create mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll copy test/{ThinLTO/X86/Inputs/empty_module_with_cache.ll => Transforms/FunctionImp [...] create mode 100644 test/Transforms/FunctionImport/funcimport_resolved.ll