[PATCH] D66199: [docs] loop pragmas
Hideki Saito via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 09:54:49 PDT 2019
hsaito added inline comments.
================
Comment at: docs/LanguageExtensions.rst:3069
+There are loop hints that control transformations (e.g. vectorization, loop
+unrolling) and there loop hints that set transformation options (e.g.
+``vectorize_width``, ``unroll_count``). Pragmas setting transformation options
----------------
and there loop hints ==> and there are loop hints
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66199/new/
https://reviews.llvm.org/D66199
More information about the cfe-commits
mailing list