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)
commit1c1d6c166627733e880546387bca5070d8aaa993
tree5a12c8bbeeb9caa473a744e33c394206b7e64e5d
parent3f99ade67a432adf6488a3d56e142675a158b7e9
PR16628: Fix a bug in the code that merges compares.
Compares return i1 but they compare different types.

llvm-svn: 186359
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/pr16628.ll [new file with mode: 0644]