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.