<div dir="ltr">I have a pending patch to remove the need for sync_fetch_add operation. After that gets in, I will do more cleanups to make the problem go away.<div><br></div><div>David</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 3, 2015 at 3:38 PM, Joerg Sonnenberger via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Nov 18, 2015 at 06:12:35PM -0000, Betul Buyukkurt via llvm-commits wrote:<br>
> Author: betulb<br>
> Date: Wed Nov 18 12:12:35 2015<br>
> New Revision: 253483<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=253483&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=253483&view=rev</a><br>
> Log:<br>
> [PGO] Runtime support for value profiling.<br>
><br>
> This change adds extends the data structures and adds in the routines<br>
> for handling runtime calls for value profiling. The profile data format<br>
> is modified and the version number is incremented.<br>
<br>
</span>This revision has introduced a serious portability regression. Now the<br>
instruction profiling code requires the present of 64bit atomics, which<br>
simple don't exist on many platforms.<br>
<br>
Joerg<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>