[PATCH] D50480: [LV] Vectorizing loops of arbitrary trip count without remainder under opt for size

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 18 08:06:35 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344743: [LV] Fold tail by masking to vectorize loops of arbitrary trip count under opt… (authored by ayalz, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50480?vs=161965&id=170090#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50480

Files:
  llvm/trunk/include/llvm/Analysis/VectorUtils.h
  llvm/trunk/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/trunk/lib/Transforms/Vectorize/VPlan.cpp
  llvm/trunk/lib/Transforms/Vectorize/VPlan.h
  llvm/trunk/test/Transforms/LoopVectorize/X86/optsize.ll
  llvm/trunk/test/Transforms/LoopVectorize/X86/small-size.ll
  llvm/trunk/test/Transforms/LoopVectorize/X86/vect.omp.force.small-tc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50480.170090.patch
Type: text/x-patch
Size: 48680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181018/3be4531b/attachment-0001.bin>


More information about the llvm-commits mailing list