This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eeb178c [SystemZ] Model 2 VBU units (not 1) in SystemZScheduleZ13.td. new 3aa3118 Second attempt at r285517.
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 | 76 ++++++++++++++++++--- .../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, 261 insertions(+), 14 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