[llvm-commits] [PATCH (need approval)] Add support for InsertValue and ExtractValue to gep_type_iterator

Duncan Sands baldrick at free.fr
Thu Jul 1 04:50:37 PDT 2010


Hi Peter,

> In another project (Klee) we needed to extend a procedure that
> enumerated the types of a GEP to handle InsertValue and ExtractValue
> (this procedure calculates the byte offset of the indices).

are you saying that you want to calculate the memory offset for an
InsertValue or ExtractValue?  If so, this doesn't make much sense
to me: these are registers, there is no memory involved.

Ciao,

Duncan.



More information about the llvm-commits mailing list