This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8a8b4bb7c0 [sancov] Accommodate sancov and coverage report server for [...] new 704914973a8 recommit: [LoopVectorize][PowerPC] Estimate int and float r [...]
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 | 40 +++--- .../LoopVectorize/X86/reg-usage-debug.ll | 12 +- test/Transforms/LoopVectorize/X86/reg-usage.ll | 34 +++-- 21 files changed, 267 insertions(+), 109 deletions(-) copy test/Transforms/LoopVectorize/{X86 => PowerPC}/reg-usage.ll (80%)