[PATCH] D49491: [RFC][VPlan, SLP] Add simple SLP analysis on top of VPlan.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 09:00:47 PDT 2018
fhahn updated this revision to Diff 166928.
fhahn marked 3 inline comments as done.
fhahn added a comment.
Thanks Vasileios! I hope I addressed all comments. The only follow up I need to do is the check that everything is in the same BB as the seed instructions, which I'll do tomorrow.
https://reviews.llvm.org/D49491
Files:
include/llvm/Analysis/VectorUtils.h
lib/Transforms/Vectorize/CMakeLists.txt
lib/Transforms/Vectorize/VPlan.cpp
lib/Transforms/Vectorize/VPlan.h
lib/Transforms/Vectorize/VPlanSLP.cpp
lib/Transforms/Vectorize/VPlanValue.h
unittests/Transforms/Vectorize/CMakeLists.txt
unittests/Transforms/Vectorize/VPlanSlpTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49491.166928.patch
Type: text/x-patch
Size: 58418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180925/bd8c2248/attachment-0001.bin>
More information about the llvm-commits
mailing list