Displaying 2 results from an estimated 2 matches for "a1fb2e9b".
Did you mean:
a1f22eeb
2010 Nov 15
0
[LLVMdev] Landing my new development on the trunk ...
...ld attempt to remove induction
variables whose only use is to participate in an end-loop-of-loop test
condition.
thanks for your comments,
Brian West
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101115/a1fb2e9b/attachment.html>
2010 Nov 14
2
[LLVMdev] Landing my new development on the trunk ...
>
> A big downside of the current LSR algorithm is it's slow. I had initially
> hoped that some of the heuristics would protect it better, but the problem
> is
> more complex than I had expected. I haven't done any measurements,
> but it's likely that OSR is faster, which may interest some people
> regardless
> of how the output compares.
>
A few years