PR16628: Fix a bug in the code that merges compares.
authorNadav Rotem <nrotem@apple.com>
Mon, 15 Jul 2013 22:52:48 +0000 (22:52 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 15 Jul 2013 22:52:48 +0000 (22:52 +0000)
commit135e81efe3c1848a308c96dfd65e4d88b0d8667b
tree1e3b24eb8025e5b15e050d40cf6b066df9373183
parenta44c37f880c8ca84b7388dd52fb2708495697a18
PR16628: Fix a bug in the code that merges compares.
Compares return i1 but they compare different types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186359 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Transforms/SLPVectorizer/X86/pr16628.ll [new file with mode: 0644]