This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 648888d [X86] Use intrinsics table for PMADDUBSW and PMADDWD so that [...] new b10d927 [LoopVectorize] Make interleaved-accesses analysis less conse [...]
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: lib/Transforms/Vectorize/LoopVectorize.cpp | 60 ++++++++++++++++- .../LoopVectorize/AArch64/gather-cost.ll | 2 +- test/Transforms/LoopVectorize/ARM/gather-cost.ll | 2 +- test/Transforms/LoopVectorize/X86/gather-cost.ll | 2 +- .../LoopVectorize/interleaved-accesses-1.ll | 78 ++++++++++++++++++++++ .../LoopVectorize/interleaved-accesses-2.ll | 58 ++++++++++++++++ .../LoopVectorize/interleaved-accesses-3.ll | 57 ++++++++++++++++ 7 files changed, 255 insertions(+), 4 deletions(-) create mode 100644 test/Transforms/LoopVectorize/interleaved-accesses-1.ll create mode 100644 test/Transforms/LoopVectorize/interleaved-accesses-2.ll create mode 100644 test/Transforms/LoopVectorize/interleaved-accesses-3.ll