search for: d50c2b16

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

2011 Dec 08
1
[LLVMdev] GetElementPtr
...existing code to do this. You can grab the necessary information >> about the target out of TargetData. >> >> -Eli >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111208/d50c2b16/attachment.html>
2011 Dec 08
3
[LLVMdev] GetElementPtr
After some thought, to put this more simply (more direct), it would be fine if the getelementptr is lowered into IR assuming an x86 architecture. The real problem is that I don't want the x86 code generation, I still want to deal in LLVM IR just with the GEP lowered, and it lowered for the x86 architecture is fine. Is there any way to do this? On Thu, Dec 8, 2011 at 11:39 AM, Ryan Taylor