[llvm-commits] [llvm] r79377 - in /llvm/trunk/lib/Target/X86: X86ISelLowering.cpp X86ISelLowering.h X86InstrFormats.td X86InstrSSE.td

Eric Christopher echristo at apple.com
Thu Aug 27 11:08:34 PDT 2009


On Aug 26, 2009, at 8:01 PM, Chris Lattner wrote:

> On Aug 25, 2009, at 11:56 PM, Evan Cheng wrote:
>>>
>>> I am open to other ideas, and thinking it was a problem on my end  
>>> I'd
>>> already tried the two above :)
>>
>> This will be fixed once we introduce scalar xmm registers (e.g.  
>> XMM0_F32) which are sub-registers of the 128-bit ones. That will  
>> eliminate the ambiguity.
>
> Aha, ok, Eric can you put a big fixme above the C++ isel code  
> explaining what the issue is?  Thanks,

Yep. Done :)

-eric



More information about the llvm-commits mailing list