[llvm-commits] [llvm-gcc-4.2] r48502 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Dale Johannesen
dalej at apple.com
Wed Mar 19 10:16:21 PDT 2008
On Mar 19, 2008, at 1:04 AM, Duncan Sands wrote:
> Hi Dale,
>
>> Vectors are generally treated as unitary types by gcc
>> (i.e. there are SSA temporaries of these types), but
>> there are some cases where llvm treats them as aggregate
>> return values.
>
> is LLVM correct to return them as aggregate values?
There are cases where that is the correct calling convention, yes.
I wouldn't promise every case is right.
More information about the llvm-commits
mailing list