[PATCH] D95245: [SVE] Add support for scalable vectorization of loops with int/fast FP reductions
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 09:12:46 PST 2021
kmclaughlin updated this revision to Diff 322413.
kmclaughlin marked 4 inline comments as done.
kmclaughlin added a comment.
Changes to the tests in scalable-reductions.ll:
- Removed `dso_local` from definitions
- Added a comment on the purpose of the memory_dependence test
- Added `CHECK-REMARK` lines for each test in the file
- Removed the unnecessary fmin/fmax tests where we can't vectorize
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95245/new/
https://reviews.llvm.org/D95245
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/AArch64/scalable-reductions.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95245.322413.patch
Type: text/x-patch
Size: 31537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210209/14518030/attachment.bin>
More information about the llvm-commits
mailing list