]> granicus.if.org Git - llvm/commit
Merging r195773:
authorBill Wendling <isanbard@gmail.com>
Wed, 27 Nov 2013 05:34:53 +0000 (05:34 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 27 Nov 2013 05:34:53 +0000 (05:34 +0000)
commit3209153cc9728358211b7305305b83cdd0ad1435
tree71c142f243c713b031a52161180529a33e8ebf11
parentfcb80cc5656e4672702e3150bfe425f4a58b7a65
Merging r195773:
------------------------------------------------------------------------
r195773 | nadav | 2013-11-26 09:29:19 -0800 (Tue, 26 Nov 2013) | 6 lines

PR18060 - When we RAUW values with ExtractElement instructions in some cases
we generate PHI nodes with multiple entries from the same basic block but
with different values. Enabling CSE on ExtractElement instructions make sure
that all of the RAUWed instructions are the same.

------------------------------------------------------------------------

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