[PATCH] D88962: [SVE] Add support for scalable vectors in vectorize_width loop attribute

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 03:54:19 PST 2020


sdesmalen added a comment.

[this time adding the comment to the right patch]

Hi @david-arm I just found that two uses of `llvm.loop.vectorize.width` are not yet updated.

- WarnMissedTransforms.cpp in `warnAboutLeftoverTransformations`.
- LoopUtils.cpp in `llvm::hasVectorizeTransformation`.

The cases seem quite trivial to fix up, can you include those changes in this patch?


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

https://reviews.llvm.org/D88962



More information about the llvm-commits mailing list