[llvm-commits] [llvm] r66295 - /llvm/trunk/include/llvm/Support/IRBuilder.h

Duncan Sands baldrick at free.fr
Sat Mar 7 00:02:40 PST 2009


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.



More information about the llvm-commits mailing list