[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

Chris Lattner clattner at apple.com
Tue Sep 7 13:08:44 PDT 2010


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.

-Chris



More information about the llvm-commits mailing list