[PATCH] D43582: [SLP] Generalization of stores vectorization.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 07:30:36 PDT 2019


ABataev updated this revision to Diff 224053.
ABataev added a comment.

Rebase + added analysis of target register width.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D43582/new/

https://reviews.llvm.org/D43582

Files:
  include/llvm/Transforms/Vectorize/SLPVectorizer.h
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/Transforms/SLPVectorizer/X86/arith-add-ssat.ll
  test/Transforms/SLPVectorizer/X86/arith-add-usat.ll
  test/Transforms/SLPVectorizer/X86/arith-add.ll
  test/Transforms/SLPVectorizer/X86/arith-fix.ll
  test/Transforms/SLPVectorizer/X86/arith-mul.ll
  test/Transforms/SLPVectorizer/X86/arith-sub-ssat.ll
  test/Transforms/SLPVectorizer/X86/arith-sub-usat.ll
  test/Transforms/SLPVectorizer/X86/arith-sub.ll
  test/Transforms/SLPVectorizer/X86/bitreverse.ll
  test/Transforms/SLPVectorizer/X86/ctlz.ll
  test/Transforms/SLPVectorizer/X86/ctpop.ll
  test/Transforms/SLPVectorizer/X86/cttz.ll
  test/Transforms/SLPVectorizer/X86/different-vec-widths.ll
  test/Transforms/SLPVectorizer/X86/pr35497.ll
  test/Transforms/SLPVectorizer/X86/shift-ashr.ll
  test/Transforms/SLPVectorizer/X86/shift-lshr.ll
  test/Transforms/SLPVectorizer/X86/shift-shl.ll
  test/Transforms/SLPVectorizer/X86/stores_vectorize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43582.224053.patch
Type: text/x-patch
Size: 146474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191009/7265f1c9/attachment-0001.bin>


More information about the llvm-commits mailing list