[PATCH] D89031: [SVE] Add support to vectorize_width loop pragma for scalable vectors
David Sherwood via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 12 05:54:15 PST 2020
david-arm added a comment.
Hi @SjoerdMeijer I think that given we now support scalable vectors we thought it made sense to be able to specify whether the user wants 'fixed' or 'scalable' vectorisation along with the vector width, although without specifying the additional property the default continues to remain 'fixed'. However, what you said about having a vectorize_scalable pragma is correct and we are intending to also add a pragma like this in a future patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89031/new/
https://reviews.llvm.org/D89031
More information about the cfe-commits
mailing list