[PATCH] D88962: [SVE] Add support for scalable vectors with vectorize.scalable.enable loop attribute

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 03:49:47 PST 2020


paulwalker-arm added a comment.

Thanks for the info @david-arm.  I just figured we'd support `vector_width(2), vector_width(2, fixed), vector_width(2, scalable), vector_width(fixed), vector_width(scalable)` so I still say splitting the width property across multiple pragmas is against our goal of moving away from fixed length only representations. That said, if this is the consensus then so be it.


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

https://reviews.llvm.org/D88962



More information about the llvm-commits mailing list