[PATCH] D102253: [LV] Prevent vectorization with unsupported element types.
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 08:28:59 PDT 2021
kmclaughlin updated this revision to Diff 345895.
kmclaughlin marked 4 inline comments as done.
kmclaughlin added a comment.
Addressing review comments from @joechrisellis & @david-arm:
- Removed `IllegalTy` from canVectorizeInstructionTypes() & stopped passing `TheLoop` to the function
- Moved the test file to the AArch64 directory & removed the triple from its RUN line
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102253/new/
https://reviews.llvm.org/D102253
Files:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/AArch64/scalable-reductions.ll
llvm/test/Transforms/LoopVectorize/AArch64/sve-illegal-type.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102253.345895.patch
Type: text/x-patch
Size: 5416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210517/fa490ed1/attachment.bin>
More information about the llvm-commits
mailing list