This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6abe022 [mips] Remove usage of debug only variable (NFC) new ccc38cc Reapply r298620: [LV] Vectorize GEPs new 2702a94 [coroutines] Insert spills of PHI instructions correctly
The 2 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/Coroutines/CoroFrame.cpp | 4 + lib/Transforms/Vectorize/LoopVectorize.cpp | 285 +++++++++++++++------ test/Transforms/Coroutines/coro-spill-after-phi.ll | 60 +++++ .../LoopVectorize/X86/consecutive-ptr-uniforms.ll | 44 ++-- test/Transforms/LoopVectorize/X86/scatter_crash.ll | 106 ++------ test/Transforms/LoopVectorize/loop-scalars.ll | 143 +++++++++++ test/Transforms/LoopVectorize/vector-geps.ll | 61 +++++ 7 files changed, 517 insertions(+), 186 deletions(-) create mode 100644 test/Transforms/Coroutines/coro-spill-after-phi.ll create mode 100644 test/Transforms/LoopVectorize/loop-scalars.ll create mode 100644 test/Transforms/LoopVectorize/vector-geps.ll