This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68ba6f10e9d [InstCombine] fix fmul reassociation to avoid creating an e [...] new fe3b1d26874 [MC] Move the instruction latency computation from TargetSc [...] new 201fb78eddb [X86][Btver2] Split i8/i16/i32/i64 div/idiv costs new 8ed6693f03d [ThinLTO] Clear dllimport when setting dso_local.
The 3 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/MC/MCSchedule.h | 5 +++ lib/CodeGen/TargetSchedule.cpp | 10 +----- lib/MC/MCSchedule.cpp | 17 +++++++++ lib/Target/X86/X86ScheduleBtVer2.td | 51 +++++++++++++++++++++++---- lib/Transforms/Utils/FunctionImportUtils.cpp | 5 ++- test/CodeGen/X86/schedule-x86_64.ll | 28 +++++++-------- test/ThinLTO/X86/Inputs/dsolocal_dllimport.ll | 5 +++ test/ThinLTO/X86/dsolocal_dllimport.ll | 16 +++++++++ 8 files changed, 107 insertions(+), 30 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/dsolocal_dllimport.ll create mode 100644 test/ThinLTO/X86/dsolocal_dllimport.ll