llvm-6502/lib/Transforms/Vectorize
Arnold Schwaighofer 0bbbf7cbb0 LoopVectorize: Cache edge masks created during if-conversion
Otherwise, we end up with an exponential IR blowup.
Fixes PR16472.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185097 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-27 20:31:06 +00:00
..
BBVectorize.cpp
CMakeLists.txt SLP Vectorizer: Implement multi-block slp-vectorization. 2013-06-22 21:34:10 +00:00
LLVMBuild.txt
LoopVectorize.cpp LoopVectorize: Cache edge masks created during if-conversion 2013-06-27 20:31:06 +00:00
Makefile
SLPVectorizer.cpp No need to use a Set when a vector would do. 2013-06-27 00:14:13 +00:00
Vectorize.cpp