1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC type.
authorNadav Rotem <nadav.rotem@intel.com>
Fri, 21 Oct 2011 11:42:07 +0000 (11:42 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Fri, 21 Oct 2011 11:42:07 +0000 (11:42 +0000)
commit4bd222ae26d0411d5c67fd0ab5c043422b5f201b
treef97c10cbbfecfaaa770c9b093eb60a1b33ae9748
parent58fba239e472b322633447482013aeae599d56be
1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC type.
2. Fix a typo in CONCAT_VECTORS which exposed the bug in #1.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142648 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
test/CodeGen/X86/2011-10-21-widen-cmp.ll [new file with mode: 0644]