[PATCH] D57598: [VPLAN] Determine Vector Width programmatically.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 13:25:19 PDT 2019


fpetrogalli updated this revision to Diff 190488.
fpetrogalli marked 3 inline comments as done.
fpetrogalli added a comment.

I mostly changes to code to use the infrastructure that LLVM already provides to determine the vectorization factor.


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

https://reviews.llvm.org/D57598

Files:
  lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/explicit_outer_detection.ll
  test/Transforms/LoopVectorize/outer_loop_test1_no_explicit_vect_width.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57598.190488.patch
Type: text/x-patch
Size: 11589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190313/b216a621/attachment.bin>


More information about the llvm-commits mailing list