This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee343dc [Outliner] Remove no red zone requirment for AArch64 new 76f79b8 Revert r298620: [LV] Vectorize GEPs new a7925b8 [MachineScheduler] Add missing machine pass dependency. new a959750 AMDGPU: Fix annotating loops with nested loop conditions
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: lib/CodeGen/MachineScheduler.cpp | 1 + lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 30 ++- lib/Transforms/Vectorize/LoopVectorize.cpp | 184 +++++--------- test/CodeGen/AMDGPU/nested-loop-conditions.ll | 269 +++++++++++++++++++++ .../LoopVectorize/X86/consecutive-ptr-uniforms.ll | 44 ++-- test/Transforms/LoopVectorize/X86/scatter_crash.ll | 106 ++++++-- test/Transforms/LoopVectorize/vector-geps.ll | 61 ----- 7 files changed, 465 insertions(+), 230 deletions(-) create mode 100644 test/CodeGen/AMDGPU/nested-loop-conditions.ll delete mode 100644 test/Transforms/LoopVectorize/vector-geps.ll