[LLVMdev] Support for Aggregate Return Values

John Criswell criswell at uiuc.edu
Tue Nov 10 20:26:06 PST 2009


Dear All,

How well does the LLVM code generators support returns of structure 
types in LLVM 2.6?  I'm currently writing a transform that requires 
functions to return multiple values and am thinking implementing it by 
changing the function to return a struct.

If it matters, I'm currently targeting 32-bit Linux and Mac OS X for x86.

-- John T.




More information about the llvm-dev mailing list