Improve and simplify EnforceSmallerThan for vector types.
authorCraig Topper <craig.topper@gmail.com>
Tue, 10 Mar 2015 03:25:07 +0000 (03:25 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 10 Mar 2015 03:25:07 +0000 (03:25 +0000)
commit7bbd37b277b638fcc4a8d2415f6b95c982ebc0df
treed673f7149579555009e3c5398b0248049c3afdf6
parent0d1fb90e3c3b16d07a89dadd1cb8900b633e0428
Improve and simplify EnforceSmallerThan for vector types.

Explicitly compare the size of the scalar types and the whole vector size rather than just comparing enum encodings.

llvm-svn: 231746
llvm/utils/TableGen/CodeGenDAGPatterns.cpp