[llvm-commits] [llvm-gcc-4.2] r127187 - /llvm-gcc-4.2/trunk/gcc/config/i386/llvm-i386-target.h

Bill Wendling wendling at apple.com
Tue Mar 8 02:08:34 PST 2011


On Mar 7, 2011, at 11:39 PM, Duncan Sands wrote:

> Hi Bill,
> 
>> When we adjust the inline ASM type, we need to take into account an early
>> clobber with the 'y' constraint. Otherwise, we get the wrong return type and an
>> assert, because it created a '<1 x i64>' vector type instead of the x86_mmx
>> type.<rdar://problem/9091220>
> 
> testcase?
> 
I created it in the clang test-suite. I did it there because it's an x86-specific failure (so not all platforms will be able to test it with llvm-gcc). But I can add it to the LLVM test-suite as well.

-bw





More information about the llvm-commits mailing list