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

Hideki Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 17:38:34 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342197: [VPlan] Implement initial vector code generation support for simple outer loops. (authored by hsaito, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50820?vs=164990&id=165405#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50820

Files:
  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/lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
  llvm/trunk/lib/Transforms/Vectorize/VPlanValue.h
  llvm/trunk/test/Transforms/LoopVectorize/outer_loop_test1.ll
  llvm/trunk/test/Transforms/LoopVectorize/outer_loop_test2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50820.165405.patch
Type: text/x-patch
Size: 32011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180914/788a9794/attachment.bin>


More information about the llvm-commits mailing list