This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 53a96f2 [AVX-512] Pre-emptively fix more places in fastisel where we [...] new 85dd82a [TargetTransformInfo] getIntrinsicInstrCost() scalarization e [...]
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 | 31 +++++---- include/llvm/Analysis/TargetTransformInfoImpl.h | 5 +- include/llvm/CodeGen/BasicTTIImpl.h | 76 +++++++++++++++++----- lib/Analysis/CostModel.cpp | 4 +- lib/Analysis/TargetTransformInfo.cpp | 12 ++-- lib/Target/X86/X86TargetTransformInfo.cpp | 9 +-- lib/Target/X86/X86TargetTransformInfo.h | 6 +- lib/Transforms/Vectorize/BBVectorize.cpp | 40 ++++++++---- lib/Transforms/Vectorize/LoopVectorize.cpp | 8 +-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 11 ++-- test/Analysis/CostModel/X86/arith-fp.ll | 24 +++---- .../LoopVectorize/AArch64/interleaved_cost.ll | 4 +- .../LoopVectorize/ARM/interleaved_cost.ll | 4 +- 13 files changed, 145 insertions(+), 89 deletions(-)