This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 73e1b04819c [PowerPC] Split out the tailcall calling convention checks. NFC. new e074ad4a0cd [SLP] Added more missed optimization remarks
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/SLPVectorizer.cpp | 88 ++++++++++++++++++---- .../SLPVectorizer/AArch64/getelementptr.ll | 12 ++- .../Transforms/SLPVectorizer/AArch64/horizontal.ll | 9 ++- .../X86/{scheduling.ll => remark_horcost.ll} | 44 +++++------ .../SLPVectorizer/X86/remark_listcost.ll | 43 +++++++++++ .../SLPVectorizer/X86/remark_not_all_parts.ll | 60 +++++++++++++++ .../SLPVectorizer/X86/remark_unsupported.ll | 34 +++++++++ 7 files changed, 247 insertions(+), 43 deletions(-) copy test/Transforms/SLPVectorizer/X86/{scheduling.ll => remark_horcost.ll} (68%) create mode 100644 test/Transforms/SLPVectorizer/X86/remark_listcost.ll create mode 100644 test/Transforms/SLPVectorizer/X86/remark_not_all_parts.ll create mode 100644 test/Transforms/SLPVectorizer/X86/remark_unsupported.ll