search for: 4c1979f1

Displaying 1 result from an estimated 1 matches for "4c1979f1".

2015 Feb 07
3
[LLVMdev] Moving towards a singular pointer type
The difference is that %x would be just a generic pointer type, but the type would still need to be supplied as an argument to the GEP / load / store. %inner.ptr = getelementptr i8**, %x, i32 1 You could think of it as having an implicit bitcast on every pointer operation. On Sat, Feb 7, 2015 at 10:42 AM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > How would GEP's look