[llvm-commits] [llvm] r113261 - in /llvm/trunk: include/llvm/CodeGen/ValueTypes.h include/llvm/CodeGen/ValueTypes.td include/llvm/Intrinsics.td lib/Target/X86/X86ISelLowering.cpp lib/VMCore/ValueTypes.cpp utils/TableGen/CodeGenTarget.cpp

Eli Friedman eli.friedman at gmail.com
Tue Sep 7 13:25:31 PDT 2010


On Tue, Sep 7, 2010 at 1:16 PM, Bill Wendling <isanbard at gmail.com> wrote:
> On Sep 7, 2010, at 1:08 PM, Chris Lattner wrote:
>
>>
>> On Sep 7, 2010, at 1:03 PM, Bill Wendling wrote:
>>
>>> Author: void
>>> Date: Tue Sep  7 15:03:56 2010
>>> New Revision: 113261
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=113261&view=rev
>>> Log:
>>> Add an MVT::x86mmx type. It will take the place of all current MMX vector types.
>>
>> Hi Bill, why did you mark stuff in ValueTypes.h with "- MMX type"?  The whole idea is that those won't map onto MMX anymore.
>>
> Right. I was thinking that those would go away? Or at least shouldn't be used when not doing MMX?

They can't go away; at least NEON uses them.

-Eli




More information about the llvm-commits mailing list