<p><br>
On Sep 3, 2011 1:12 AM, "Adarsh HV" <<a href="mailto:adarsh.hv99@gmail.com">adarsh.hv99@gmail.com</a>> wrote:<br>
><br>
> Hi everyone,<br>
> I am trying to add some optimizations to LLVM's PTX backend. But i am unaware of the existing optimizations. Can you please guide me about the same?</p>
<p>So far, we have been focusing on code correctness and coverage, not PTX specific optimization.  Unfortunately, I have not had the time I had hoped to work on this over the summer.  We do collapse multiply-add pairs into FMA, but that's about the extent of our optimizations.  I want to start looking into converting branches into predicated code and load/store scheduling, but I want to finish up the function call implementation first.</p>

<p>What kinds of optimizations are you wanting to implement?  We should coordinate on this so as not to duplicate work.</p>
<p>><br>
> Thank You:)<br>
><br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
><br>
</p>