This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c359c50d079 [PEI] Fix failing test caused by r324283 new 74007202a34 [LoopStrengthReduce, x86] don't add cost for a cmp that wil [...] new 36db7109260 LTO: Also include dso-local bit for calls in ThinLTO cache key.
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/Analysis/TargetTransformInfo.h | 9 +++++ include/llvm/Analysis/TargetTransformInfoImpl.h | 2 ++ lib/Analysis/TargetTransformInfo.cpp | 4 +++ lib/LTO/LTO.cpp | 4 ++- lib/Target/X86/X86TargetTransformInfo.cpp | 4 +++ lib/Target/X86/X86TargetTransformInfo.h | 1 + lib/Transforms/Scalar/LoopStrengthReduce.cpp | 5 +-- test/CodeGen/X86/rdrand.ll | 30 +++++++++------- .../{cache-dso-local.ll => cache-dso-local2.ll} | 9 ++--- .../LoopStrengthReduce/X86/ivchain-X86.ll | 27 ++++++++------- .../LoopStrengthReduce/X86/macro-fuse-cmp.ll | 40 ++++++++++------------ 11 files changed, 81 insertions(+), 54 deletions(-) copy test/LTO/Resolution/X86/{cache-dso-local.ll => cache-dso-local2.ll} (77%)