This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0638337 AMDGPU: Stop reporting an addressing mode for unknown addrspace new a89ddf6 [LoopVectorize] Add operand bundles to vectorized functions new 419fc9c [SLPVectorizer] Add operand bundles to vectorized functions new dcfb1a6 [LoopDist] Pass 'Function' to main class. NFC new 4d336bd [LoopDist] Also emit optimization remark on success (-Rpass=)
The 4 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/Scalar/LoopDistribute.cpp | 17 +++++--- lib/Transforms/Vectorize/LoopVectorize.cpp | 12 +++--- lib/Transforms/Vectorize/SLPVectorizer.cpp | 18 ++++++++- test/Transforms/LoopDistribute/diagnostics.ll | 56 +++++++++++++++++++++++++++ test/Transforms/LoopVectorize/X86/funclet.ll | 45 +++++++++++++++++++++ test/Transforms/SLPVectorizer/X86/funclet.ll | 48 +++++++++++++++++++++++ 6 files changed, 183 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/LoopVectorize/X86/funclet.ll create mode 100644 test/Transforms/SLPVectorizer/X86/funclet.ll