llvm-6502/lib/Transforms/Vectorize
Joerg Sonnenberger 190673610f PR 16899: Do not modify the basic block using the iterator, but keep the
next value. This avoids crashes due to invalidation.

Patch by Joey Gouly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188605 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-17 11:04:47 +00:00
..
BBVectorize.cpp BBVectorize: Add initial stores to the write set when tracking uses 2013-08-13 23:34:32 +00:00
CMakeLists.txt SLP Vectorizer: Implement multi-block slp-vectorization. 2013-06-22 21:34:10 +00:00
LLVMBuild.txt
LoopVectorize.cpp Add ISD::FROUND for libm round() 2013-08-07 22:49:12 +00:00
Makefile
SLPVectorizer.cpp PR 16899: Do not modify the basic block using the iterator, but keep the 2013-08-17 11:04:47 +00:00
Vectorize.cpp