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-07 06:26:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Vectorize
History
Craig Topper
b94011fd28
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
...
llvm-svn: 186274
2013-07-14 04:42:23 +00:00
..
BBVectorize.cpp
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
2013-07-14 04:42:23 +00:00
CMakeLists.txt
SLP Vectorizer: Implement multi-block slp-vectorization.
2013-06-22 21:34:10 +00:00
LLVMBuild.txt
…
LoopVectorize.cpp
LoopVectorizer: Disallow reductions whose header phi is used outside the loop
2013-07-13 19:09:29 +00:00
Makefile
…
SLPVectorizer.cpp
SLPVectorizer: Sink and enable CSE for ExtractElements.
2013-07-12 06:09:24 +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