[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 18 02:29:25 PST 2020


david-arm added a reviewer: SjoerdMeijer.
david-arm added a comment.

After discussions on the child patch (D89031 <https://reviews.llvm.org/D89031>) we've decided to do things differently so instead of adapting vectorize.width to accept a tuple we're now adding a new vectorize.scalable.enable hint that can be used with vectorize.width to create a ElementCount. For the clang patch I also intend to update it so that we use a new vectorize_style #pragma instead of using vectorize_width to force scalable vectorisation.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88962/new/

https://reviews.llvm.org/D88962



More information about the llvm-commits mailing list