[llvm-commits] [llvm] r79377 - in /llvm/trunk/lib/Target/X86: X86ISelLowering.cpp X86ISelLowering.h X86InstrFormats.td X86InstrSSE.td
Chris Lattner
clattner at apple.com
Wed Aug 26 20:01:34 PDT 2009
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,
-Chris
More information about the llvm-commits
mailing list