This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-13 09:46:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Vectorize
History
Nadav Rotem
d7b574e5b3
Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform.
...
llvm-svn: 185970
2013-07-09 21:38:08 +00:00
..
BBVectorize.cpp
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
2013-07-04 01:31:24 +00:00
CMakeLists.txt
SLP Vectorizer: Implement multi-block slp-vectorization.
2013-06-22 21:34:10 +00:00
LLVMBuild.txt
…
LoopVectorize.cpp
LoopVectorize: Math functions only read rounding mode
2013-07-01 00:54:44 +00:00
Makefile
…
SLPVectorizer.cpp
Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform.
2013-07-09 21:38:08 +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