[PATCH] D19402: Add loop pragma for Loop Distribution
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 05:57:19 PDT 2016
Ah, I didn't see this was abandoned (funny that Phab doesn't warn you
about commenting on abandoned revisions).
~Aaron
On Thu, Apr 28, 2016 at 8:54 AM, Aaron Ballman <aaron.ballman at gmail.com> wrote:
> aaron.ballman added inline comments.
>
> ================
> Comment at: docs/LanguageExtensions.rst:2162
> @@ +2161,3 @@
> + #pragma clang loop distribute(enable)
> + for(...) {
> + ...
> ----------------
> It would be nice to use a more compelling example than an empty for loop. Also, it would be helpful if the user understood why they wouldn't use this pragma for every loop (or why it doesn't happen by default).
>
>
> http://reviews.llvm.org/D19402
>
>
>
More information about the llvm-commits
mailing list