[PATCH] D89031: [SVE] Add support to vectorize_width loop pragma for scalable vectors
Cullen Rhodes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 11 05:57:56 PST 2020
c-rhodes added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:3032
+The vector width is specified by
+``vectorize_width(_value_[, fixed|scalable])``, where __value__ is a positive
+integer and the type of vectorization can be specified with an optional
----------------
nit: `s/__value__/_value_/`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89031/new/
https://reviews.llvm.org/D89031
More information about the cfe-commits
mailing list