Fix a bug in the calculation of the vectorTypeBreakdown into registers. Odd
authorNadav Rotem <nadav.rotem@intel.com>
Sun, 12 Jun 2011 14:56:55 +0000 (14:56 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Sun, 12 Jun 2011 14:56:55 +0000 (14:56 +0000)
commit0c3e67860af417febb1fa9e870ece912a16085ac
treefb940272e929ee6ae37c198331dfc5ee4f30b765
parentb05f14b3b9b372316f4274de246b8a58cf6063eb
Fix a bug in the calculation of the vectorTypeBreakdown into registers. Odd
types such as i33 were rounded to i32. Originated from Duncan's testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132893 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp