[PATCH] D49488: [LV] Move InterleaveGroup and InterleavedAccessInfo to VectorUtils.h (NFC)
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 08:18:22 PDT 2018
fhahn created this revision.
fhahn added reviewers: Ayal, mssimpso, rengolin, dcaballe, mkuper, hsaito, hfinkel.
Herald added subscribers: rogfer01, bollu.
Move the 2 classes out of LoopVectorize.cpp to make it easier to re-use
them for VPlan outside LoopVectorize.cpp
https://reviews.llvm.org/D49488
Files:
include/llvm/Analysis/VectorUtils.h
lib/Analysis/VectorUtils.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49488.156075.patch
Type: text/x-patch
Size: 60654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180718/267ed222/attachment.bin>
More information about the llvm-commits
mailing list