<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 6, 2019 at 10:43 PM Hal Finkel via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">hfinkel added inline comments.<br>
<br>
<br>
================<br>
Comment at: clang/docs/LanguageExtensions.rst:3135<br>
+<br>
+This predicates all the array references inside the loop to be aligned. The aligned access to them can increase fetch time and increase the performance. <br>
+<br>
----------------<br>
lebedev.ri wrote:<br>
> What does this actually mean, in the end?<br>
> Will it assume that whatever alignment is required<br>
> for whatever vectorization width chosen,<br>
> is the actual alignment?<br></blockquote><div>Currently, it is using 32 bit.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Also, just arrays, or also pointers?<br><br></blockquote><div>By pointers, if you mean pointers to arrays? Then Yes.</div></div></div>