[PATCH] D29398: [LV] Move interleaved access helper functions to VectorUtils (NFC)
Matthew Simpson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 08:52:02 PST 2017
mssimpso created this revision.
Herald added subscribers: mzolotukhin, aemerson.
Herald added a reviewer: javed.absar.
This patch moves some helper functions related to interleaved access vectorization out of LoopVectorize.cpp and into VectorUtils.cpp. We would like to use these functions in a follow-on patch that improves interleaved load and store lowering in (ARM/AArch64)ISelLowering.cpp. One of the functions was already duplicated there and has been removed.
https://reviews.llvm.org/D29398
Files:
include/llvm/Analysis/VectorUtils.h
lib/Analysis/VectorUtils.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29398.86647.patch
Type: text/x-patch
Size: 15018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/2f0c617f/attachment.bin>
More information about the llvm-commits
mailing list