[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
Wed Nov 25 01:21:50 PST 2020


david-arm updated this revision to Diff 307537.
david-arm added a comment.

- Added documentation to getOptionalElementCountLoopAttribute and simplified the implementation in the function.
- Removed some tbaa metadata from the tests.


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.307537.patch
Type: text/x-patch
Size: 18101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201125/97557dec/attachment-0001.bin>


More information about the llvm-commits mailing list