This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6f328c7 Refactored X86InterleavedAccess into a class. NFCI. new 1162e1b [WebAssembly] Define more wasm binary encoding constants. new e126eb1 [SLP] Fix for PR6246: vectorization for scalar ops on vector [...] new c0d2319 Factor out common parts of LVI and Float2Int into ConstantRan [...]
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/IR/ConstantRange.h | 15 ++ include/llvm/Support/Wasm.h | 29 ++++ lib/Analysis/LazyValueInfo.cpp | 54 +------ lib/IR/ConstantRange.cpp | 79 +++++++++ lib/Transforms/Scalar/Float2Int.cpp | 45 ++---- lib/Transforms/Vectorize/SLPVectorizer.cpp | 138 ++++++++-------- .../X86/insert-element-build-vector.ll | 176 ++++++++------------- 7 files changed, 276 insertions(+), 260 deletions(-)