[PATCH] D48816: [VPlan] Introduce VPLoopInfo analysis.

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 1 22:25:42 PDT 2018


dcaballe created this revision.
dcaballe added reviewers: fhahn, rengolin, mkuper, hfinkel, mssimpso.
Herald added subscribers: llvm-commits, rogfer01, rkruppe, tschuett, bollu, mgorny.

Context: Patch Series #1 for outer loop vectorization support in LV
using VPlan. (RFC: http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html).

The patch introduces loop analysis (VPLoopInfo/VPLoop) for VPBlockBases.
This analysis will be necessary to perform some H-CFG transformations and
detect and introduce regions representing a loop in the H-CFG.


Repository:
  rL LLVM

https://reviews.llvm.org/D48816

Files:
  lib/Transforms/Vectorize/VPlan.cpp
  lib/Transforms/Vectorize/VPlan.h
  lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
  lib/Transforms/Vectorize/VPlanLoopInfo.h
  unittests/Transforms/Vectorize/CMakeLists.txt
  unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48816.153668.patch
Type: text/x-patch
Size: 10389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180702/dee2a817/attachment.bin>


More information about the llvm-commits mailing list