Hi Dan, > Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}. > - Names are lame, but it seems better to be explicit. why not only have 64 bit versions? I think instcombine reduces i64 indices to i32 on 32 bit machines. Ciao, Duncan.