Displaying 3 results from an estimated 3 matches for "47661ed1".
2009 Mar 13
1
[LLVMdev] promotion of return value.
...extension in the caller as redundant.
Try the attached patch.
Ciao,
Duncan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: call.diff
Type: text/x-patch
Size: 890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090313/47661ed1/attachment.bin>
2009 Mar 13
0
[LLVMdev] promotion of return value.
2009/3/12 <Alireza.Moshtaghi at microchip.com>:
> What I was planning to do is to provide a default behavior that is
> consistent with what currently llvm does (promote to 32 bit)
> And then there will be control in clang for targets to do things
> differently.
> But I also understand you concern about gcc frontend; because the same
> thing has to also take place there....
2009 Mar 12
3
[LLVMdev] promotion of return value.
What I was planning to do is to provide a default behavior that is
consistent with what currently llvm does (promote to 32 bit)
And then there will be control in clang for targets to do things
differently.
But I also understand you concern about gcc frontend; because the same
thing has to also take place there....
We had long discussions about this last year, and this is what has been
decided.