This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b074e3f [lto] added getCOFFWeakExternalFallback new 5674a46 Revert "[ThinLTO] Add an auto-hide feature" new aa57603 AMDGPU: Check if users of fneg can fold mods
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/IR/ModuleSummaryIndex.h | 10 +- include/llvm/IR/ModuleSummaryIndexYAML.h | 2 +- include/llvm/LTO/LTO.h | 8 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 12 +- lib/Bitcode/Reader/BitcodeReader.cpp | 9 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 8 +- lib/LTO/LTO.cpp | 26 +- lib/LTO/ThinLTOCodeGenerator.cpp | 60 ++-- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 68 +++- lib/Transforms/IPO/FunctionImport.cpp | 7 - test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll | 10 +- test/CodeGen/AMDGPU/fneg-combines.ll | 443 +++++++++++++++++++++++- test/CodeGen/AMDGPU/frem.ll | 11 +- test/CodeGen/AMDGPU/setcc-fneg-constant.ll | 5 +- test/CodeGen/AMDGPU/v_mac_f16.ll | 109 +++--- test/ThinLTO/X86/Inputs/weak_autohide.ll | 6 - test/ThinLTO/X86/deadstrip.ll | 7 +- test/ThinLTO/X86/weak_autohide.ll | 24 -- 18 files changed, 618 insertions(+), 207 deletions(-) delete mode 100644 test/ThinLTO/X86/Inputs/weak_autohide.ll delete mode 100644 test/ThinLTO/X86/weak_autohide.ll