Add MVT::is128BitVector and is64BitVector. Shrink
authorDale Johannesen <dalej@apple.com>
Sat, 1 Mar 2008 03:40:57 +0000 (03:40 +0000)
committerDale Johannesen <dalej@apple.com>
Sat, 1 Mar 2008 03:40:57 +0000 (03:40 +0000)
commit3c8b59c546b5d56b2cae74da55e26eb994ed36bf
treeb0ecc37821a3352b6586f593d0b553d2f25af631
parent84d4a2b4ad0874a46642bb568b45720d55e46b64
Add MVT::is128BitVector and is64BitVector.  Shrink
unaligned load/store code using them.  Per review
of unaligned load/store vector patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47782 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ValueTypes.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp