[PATCH] D101076: [SVE][LoopVectorize] Add support for scalable vectorization of first-order recurrences
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 06:06:00 PDT 2021
kmclaughlin updated this revision to Diff 341865.
kmclaughlin marked 4 inline comments as done.
kmclaughlin added a comment.
- Added an assert for out of range immediate values in CreateVectorSplice as we should never encounter this case & expanded the comment in IRBuilder.h to include the supported values of Imm
- Removed `-mtriple aarch64-unknown-linux-gnu -mattr=+sve` from the tests where possible and used `-force-target-supports-scalable-vectors` instead
- Fixed clang-tidy warnings
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101076/new/
https://reviews.llvm.org/D101076
Files:
llvm/include/llvm/IR/IRBuilder.h
llvm/lib/IR/IRBuilder.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101076.341865.patch
Type: text/x-patch
Size: 26757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/4a5aebc2/attachment.bin>
More information about the llvm-commits
mailing list