OSDN Git Service

Take account of boolean vector contents when promoting a build vector from i1 to...
authorPete Cooper <peter_cooper@apple.com>
Thu, 30 Aug 2012 23:58:52 +0000 (23:58 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 30 Aug 2012 23:58:52 +0000 (23:58 +0000)
commit5dd9e214fb92847e947f9edab170f9b4e52b908f
tree61138a0bf58825b556d8f05d7f4b3bf354178227
parent9e3b6dfc2f4c10de4cd8f509b12769c6870aa805
Take account of boolean vector contents when promoting a build vector from i1 to some other type.  rdar://problem/12210060

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162960 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
test/CodeGen/X86/vec_select.ll [new file with mode: 0644]