search for: de12127a

Displaying 2 results from an estimated 2 matches for "de12127a".

2007 Aug 29
0
[LLVMdev] Custom GEP lowering
...terms of a more complex expression based on an indexed load. I tackled a similar issue in Ageia's back end in just this way. -- Christopher Lamb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070828/de12127a/attachment.html>
2007 Aug 29
3
[LLVMdev] Custom GEP lowering
On Aug 28, 2007, at 7:02 AM, Dan Gohman wrote: > On Mon, Aug 27, 2007 at 07:26:55PM -0700, Scott Michel wrote: >> It looks like I need to be able to intercept GEP lowering (in >> SelectionDAGLowering::visitGetElementPtr) and insert something else >> other than the shifts and adds. The basic problem is that CellSPU >> loads and stores on 16-byte boundaries. Consequently,