[LLVMdev] Structs as first class values.

Chris Lattner clattner at apple.com
Wed Jul 23 13:16:55 PDT 2008


On Jul 23, 2008, at 12:58 PM, Chris Lattner wrote:
> Again, there is a many to one mapping from C type to LLVM type and  
> not all C types that map onto the same llvm type are supposed to be  
> handled the same way.

One concrete example is that some ABIs say that _Complex double is  
returned differently than struct { double r,i; }.

-Chris



More information about the llvm-dev mailing list