[PATCH] D48818: [VPlan] Introduce simplifyPlainCFG step in H-CFG builder.
Diego Caballero via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 1 22:34:05 PDT 2018
dcaballe created this revision.
dcaballe added reviewers: fhahn, rengolin, mkuper, hfinkel, mssimpso.
Herald added subscribers: llvm-commits, rogfer01, rkruppe, tschuett, bollu.
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).
This patch introduces a plain CFG simplification step during H-CFG
construction. This simplification is aimed at preparing the CFG to
introduce VPLoopRegions in the H-CFG (subsequent patch, working on it).
It consists of splitting some VPBasicBlocks that otherwise would belong to
more than one region.
Repository:
rL LLVM
https://reviews.llvm.org/D48818
Files:
lib/Transforms/Vectorize/VPlan.cpp
lib/Transforms/Vectorize/VPlan.h
lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
lib/Transforms/Vectorize/VPlanHCFGBuilder.h
unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48818.153670.patch
Type: text/x-patch
Size: 14297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180702/00940cf2/attachment.bin>
More information about the llvm-commits
mailing list