[LLVMdev] Moving towards a singular pointer type

Sanjoy Das sanjoy at playingwithpointers.com
Fri Feb 6 16:12:13 PST 2015


How would GEP's look like in this scheme?  Concretely, what would be
the equivalent of

%inner.ptr = getelementptr i8** %x, i32 1

assuming we're doing target independent optimizations and do not know
the size of a pointer?

-- Sanjoy



More information about the llvm-dev mailing list