This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d5e0a93b46 [ConstantRange] [NFC] replace addWithNoSignedWrap with addW [...] new ee8d82e802c [LoopVectorize][PowerPC] Estimate int and float register pr [...]
The 1 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 | 35 ++++- include/llvm/Analysis/TargetTransformInfoImpl.h | 15 +- include/llvm/CodeGen/BasicTTIImpl.h | 2 - lib/Analysis/TargetTransformInfo.cpp | 12 +- lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 +- lib/Target/ARM/ARMTargetTransformInfo.h | 3 +- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 35 ++++- lib/Target/PowerPC/PPCTargetTransformInfo.h | 8 +- lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 3 +- lib/Target/SystemZ/SystemZTargetTransformInfo.h | 2 +- .../WebAssembly/WebAssemblyTargetTransformInfo.cpp | 5 +- .../WebAssembly/WebAssemblyTargetTransformInfo.h | 2 +- lib/Target/X86/X86TargetTransformInfo.cpp | 3 +- lib/Target/X86/X86TargetTransformInfo.h | 2 +- lib/Target/XCore/XCoreTargetTransformInfo.h | 3 +- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 4 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 151 ++++++++++++++------- lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- .../LoopVectorize/{X86 => PowerPC}/reg-usage.ll | 81 ++++++++--- .../LoopVectorize/X86/reg-usage-debug.ll | 12 +- test/Transforms/LoopVectorize/X86/reg-usage.ll | 34 +++-- 21 files changed, 312 insertions(+), 105 deletions(-) copy test/Transforms/LoopVectorize/{X86 => PowerPC}/reg-usage.ll (59%)