Displaying 3 results from an estimated 3 matches for "9f26fc81".
2007 Mar 25
0
[LLVMdev] Back end loop invariant opt
On Sat, 24 Mar 2007, Christopher Lamb wrote:
> It seems to me that there is potential for doing some target independent loop
> invariant optimizations in the back end, but prior to instruction selection.
I assume you mean after instruction selection?
> For instance, I noticed that the loop invariant constant generated for a loop
> bounds check is still stuck inside the loop.
2007 Mar 25
2
[LLVMdev] Back end loop invariant opt
Hi All,
It seems to me that there is potential for doing some target
independent loop invariant optimizations in the back end, but prior
to instruction selection. For instance, I noticed that the loop
invariant constant generated for a loop bounds check is still stuck
inside the loop. Likewise constant address generated for globals
accessed within a loop are generated on each iteration,
2007 Mar 25
3
[LLVMdev] Back end loop invariant opt
...not be experienced enough to make much of a
contribution yet, but I'd like to keep tabs on it.
--
Christopher Lamb
christopher.lamb at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070325/9f26fc81/attachment.html>