[llvm] r236031 - transform fadd chains to increase parallelism
Owen Anderson
resistor at mac.com
Wed Apr 29 20:42:52 PDT 2015
> On Apr 29, 2015, at 8:32 PM, Sanjay Patel <spatel at rotateright.com> wrote:
>
> I'm not seeing how in-order vs. OOO is a factor?
The transformation increases register pressure in order to expose ILP. On an in-order machine, that is a purely negative tradeoff, since there’s no advantage to exposing ILP.
—Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150429/cde29a80/attachment.html>
More information about the llvm-commits
mailing list