[LLVMdev] ABI for i128 on x86-32?

Dale Johannesen dalej at apple.com
Wed Feb 27 12:58:29 PST 2008


On Feb 27, 2008, at 11:54 AM, Anton Korobeynikov wrote:

>
>> See ix86_return_in_memory.  (In 4.3 this is renamed to
>> return_in_memory_32.)
>> i128==TImode.
> But TImode should be used for __m128 stuff only there, not for  
> integers.
> I'm looking into gfortran now.

You may be right.  There are certainly places in that file where  
TImode refers
to ints, but they may all be in TARGET_64BIT code.




More information about the llvm-dev mailing list