Displaying 1 result from an estimated 1 matches for "llvm_should".
2010 May 17
1
[LLVMdev] Shadow returns
I need to return i128 and f128 via a ptr passed in as the first
argument to a function. I am not seeing something in llvm-abi.h to
let me do this. How do I make a scalar (not an aggregate) use a
shadow return? Similarly I need to pass those types by pointer,
(byval arguments?) and don't see an obvious way to do that.
Thanks
Andrew