[PATCH] D132458: [LoopVectorize] Support masked function vectorization
Graham Hunter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 02:04:19 PDT 2022
huntergr updated this revision to Diff 459684.
huntergr added a comment.
Split out the functionality for synthesizing a mask when required, added a cost for mask generation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132458/new/
https://reviews.llvm.org/D132458
Files:
llvm/include/llvm/Analysis/VectorUtils.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132458.459684.patch
Type: text/x-patch
Size: 15932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220913/91e98103/attachment.bin>
More information about the llvm-commits
mailing list