This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Vectorize
History
Joerg Sonnenberger
8e3050db51
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. llvm-svn: 188605
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
This patch breaks up Wrap.h so that it does not have to include all of
2013-05-01 20:59:00 +00:00