[PATCH] D50820: [VPlan] Implement initial vector code generation support for simple outer loops.

Satish K Guggilla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 17:09:01 PDT 2018


sguggill updated this revision to Diff 164326.
sguggill added a comment.

I have made the suggested test case changes.


Repository:
  rL LLVM

https://reviews.llvm.org/D50820

Files:
  include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  lib/Transforms/Vectorize/VPlan.cpp
  lib/Transforms/Vectorize/VPlan.h
  lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
  lib/Transforms/Vectorize/VPlanValue.h
  test/Transforms/LoopVectorize/outer_loop_test1.ll
  test/Transforms/LoopVectorize/outer_loop_test2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50820.164326.patch
Type: text/x-patch
Size: 31641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180907/9655bf4a/attachment.bin>


More information about the llvm-commits mailing list