[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

Bill Wendling isanbard at gmail.com
Tue Sep 7 13:16:24 PDT 2010


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?

-bw






More information about the llvm-commits mailing list