fix for null VectorizedValue assertion in the SLP Vectorizer (in function vectorizeTr...
authorGerolf Hoflehner <ghoflehner@apple.com>
Mon, 17 Feb 2014 03:06:16 +0000 (03:06 +0000)
committerGerolf Hoflehner <ghoflehner@apple.com>
Mon, 17 Feb 2014 03:06:16 +0000 (03:06 +0000)
commit3bc859466b1d7c205b232df774faaece1ce7b8e7
tree8778480d4af7103fdbd39a735574cdf4d139bf82
parent62cb90e8c6c004dcbb124a3c1a7ad860ee45b92f
fix for null VectorizedValue assertion in the SLP Vectorizer (in function vectorizeTree()). radar://16064178

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