Displaying 1 result from an estimated 1 matches for "1006994".
Did you mean:
106994
2009 Nov 02
2
[LLVMdev] array index type shuffling in GEPs
Hey folks,
I am hoping that someone might be able to help me better understand
this design decision: For a 64 bit target, index's into GEP's of
arrays are zext up to 64 bit integers, even if the variable itself is
an alloca of only i32. Similarly, on a 32 bit target, index's into
GEP's are trunc'd down to 32 bits even if they ultimately reference an
alloc'd