<div dir="ltr">Actually there's a newer doc standard we've been using with \brief...<div><br></div><div style>-eric</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 21, 2013 at 10:25 AM, Joey Gouly <span dir="ltr"><<a href="mailto:joey.gouly@arm.com" target="_blank">joey.gouly@arm.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Minor thing: You should be using a triple slash /// for documentation<br>
(especially for A15SDOptimizer::runOnMachineInstruction), and<br>
I think they have to go above the function.<br>
<br>
Joey<br>
<div><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:llvm-commits-bounces@cs.uiuc.edu">llvm-commits-bounces@cs.uiuc.edu</a><br>
[mailto:<a href="mailto:llvm-commits-bounces@cs.uiuc.edu">llvm-commits-bounces@cs.uiuc.edu</a>] On Behalf Of James Molloy<br>
Sent: 21 February 2013 18:14<br>
To: llvm-commits<br>
Cc: Silviu Baranga<br>
Subject: [PATCH] Improve performance of vector code on A15<br>
<br>
Hi,<br>
<br>
Attached is a patch which improves performance of vector code on<br>
Cortex-A15.<br>
<br>
Certain code sequences, where an S register is written but read as a D<br>
register, can execute slowly. This patch defines a pass which detects<br>
when SPRs are written but read as DPRs and inserts code sequences which,<br>
although nonobvious, make code run much quicker.<br>
<br>
The second patch, implicit-ops.diff, fixes an unrelated bug with<br>
implicit defs/uses that happens to impact the A15 pass's efficiency.<br>
<br>
Please review!<br>
<br>
Cheers,<br>
<br>
James<br>
<br>
-- IMPORTANT NOTICE: The contents of this email and any attachments are<br>
confidential and may also be privileged. If you are not the intended<br>
recipient, please notify the sender immediately and do not disclose the<br>
contents to any other person, use it for any purpose, or store or copy the<br>
information in any medium.  Thank you.<br>
<br>
<br>
<br>
<br>
</div></div>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>