[PATCH] D88962: [SVE] Add support for scalable vectors with vectorize.scalable.enable loop attribute
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 23 03:37:33 PST 2020
david-arm updated this revision to Diff 307029.
david-arm added a comment.
- Updated the documentation to mention that the new attribute only has any effect if vectorisation is enabled for the loop.
- Cleaned up one of the test files.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88962/new/
https://reviews.llvm.org/D88962
Files:
llvm/docs/LangRef.rst
llvm/include/llvm/Transforms/Utils/LoopUtils.h
llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
llvm/lib/Transforms/Scalar/WarnMissedTransforms.cpp
llvm/lib/Transforms/Utils/LoopUtils.cpp
llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/metadata-width.ll
llvm/test/Transforms/LoopVectorize/no_array_bounds_scalable.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88962.307029.patch
Type: text/x-patch
Size: 18353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201123/e4c4a195/attachment.bin>
More information about the llvm-commits
mailing list