search for: aggregateops

Displaying 2 results from an estimated 2 matches for "aggregateops".

Did you mean: aggregatecopy
2009 Feb 01
7
[LLVMdev] GEPping GEPs and first-class structs
As I understand it, first-class structs will allow structs to be passed as function arguments and returned as results (i.e. multiple return values) instead of passing pointers to structs. However, the GEP instruction only handles pointer types. So I do not understand how you will be able to extract the fields of a struct when it is received as a value type. Will the GEP instruction be altered
2009 Feb 02
0
[LLVMdev] GEPping GEPs and first-class structs
Hi Jon, check out http://llvm.org/docs/LangRef.html#aggregateops Ciao, Duncan.