[PATCH] D64744: #pragma clang loop vectorize_predicate(enable|disable)

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 05:54:27 PDT 2019


aaron.ballman added a comment.

Is it intentional that this review has no reviewers listed (like, is this a work in progress you don't expect review on yet)?



================
Comment at: clang/include/clang/Basic/Attr.td:2985
+                           "pipeline", "pipeline_initiation_interval", "distribute",
+                           "vectorize_predicate"],
                           ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",
----------------
You need to update AttrDocs.td for this as well.


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

https://reviews.llvm.org/D64744





More information about the llvm-commits mailing list