search for: 529d629a

Displaying 2 results from an estimated 2 matches for "529d629a".

2017 Jun 17
2
Wrong description about getelementptr arguments?
...​right? I am okay sending patch to fix the document, btw. :) Regards, chenwj​ -- Wei-Ren Chen (陳韋任) Homepage: https://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170618/529d629a/attachment.html>
2017 Jun 17
2
Wrong description about getelementptr arguments?
Hi All, While reading "Arguments" section of getelementptr [1], the description is a little wired to me. The first argument is always a type used as the basis for the calculations. The second argument is always a pointer or a vector of pointers, and is the base address to start from. ... The first index always indexes the pointer value given as the first argument,