Add an MVT::x86mmx type. It will take the place of all current MMX vector types.
authorBill Wendling <isanbard@gmail.com>
Tue, 7 Sep 2010 20:03:56 +0000 (20:03 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 7 Sep 2010 20:03:56 +0000 (20:03 +0000)
commitd8dd5757e0e31c55bb15498aa1d75fad08850c5a
tree89c515bda29bf2be1ce6e391d7e189921c182eaf
parent979ed44feb1be70e641275aaef5460320fab86a3
Add an MVT::x86mmx type. It will take the place of all current MMX vector types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113261 91177308-0d34-0410-b5e6-96231b3b80d8
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