[PATCH] D29449: [SLP] Generalization of vectorization of CmpInst operands, NFC.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 06:26:06 PST 2017
ABataev created this revision.
Patch removes CmpInst-specific code for vectorization of its operands and adds a general solution. May improve compile time for the code with many compare instructions.
Repository:
rL LLVM
https://reviews.llvm.org/D29449
Files:
include/llvm/Transforms/Vectorize/SLPVectorizer.h
lib/Transforms/Vectorize/SLPVectorizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29449.86797.patch
Type: text/x-patch
Size: 4055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170202/1cce103e/attachment.bin>
More information about the llvm-commits
mailing list