This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 090f8159a44 [CFLGraph][NFC] Simplify/reorder switch in visitConstantExpr new 20a92cda49e [AMDGPU] Support horizontal vectorization.
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/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 15 + lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 4 + lib/Target/AMDGPU/SIISelLowering.cpp | 24 ++ test/CodeGen/AMDGPU/reduction.ll | 128 ++++++++ test/Transforms/SLPVectorizer/AMDGPU/reduction.ll | 346 ++++++++++++++++++++++ 5 files changed, 517 insertions(+) create mode 100644 test/CodeGen/AMDGPU/reduction.ll create mode 100644 test/Transforms/SLPVectorizer/AMDGPU/reduction.ll