[PATCH] D89031: [SVE] Add support to vectorize_width loop pragma for scalable vectors
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 6 03:49:13 PST 2020
sdesmalen added a comment.
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/D89031/new/
https://reviews.llvm.org/D89031
More information about the cfe-commits
mailing list