OSDN Git Service

SLP: Dont erase instructions during vectorization because it prevents the outerloops...
authorNadav Rotem <nrotem@apple.com>
Wed, 26 Jun 2013 23:43:23 +0000 (23:43 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 26 Jun 2013 23:43:23 +0000 (23:43 +0000)
commit1e1c694dcd934aa63a0b1e27e01293dcfc610f40
tree64c16bccf9b4fba49c1e261730d528e55c101e0b
parentc3cfe53b661533401017e39d22022656fc7c74c5
SLP: Dont erase instructions during vectorization because it prevents the outerloops from iterating over the instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185040 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/SLPVectorizer.cpp