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
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Vectorize
History
Benjamin Kramer
c86fdf12e8
Rename the C function to create a SLPVectorizerPass to something sane and expose it in the header file.
...
llvm-svn: 179272
2013-04-11 11:36:36 +00:00
..
BBVectorize.cpp
BBVectorize: Fixup debugging statements
2013-03-10 20:57:42 +00:00
CMakeLists.txt
Add support for bottom-up SLP vectorization infrastructure.
2013-04-09 19:44:35 +00:00
LLVMBuild.txt
…
LoopVectorize.cpp
LoopVectorizer: Pass OperandValueKind information to the cost model
2013-04-04 23:26:27 +00:00
Makefile
…
SLPVectorizer.cpp
Make the SLP store-merger less paranoid about function calls. We check for function calls when we check if it is safe to sink instructions.
2013-04-10 19:41:36 +00:00
Vectorize.cpp
Rename the C function to create a SLPVectorizerPass to something sane and expose it in the header file.
2013-04-11 11:36:36 +00:00
VecUtils.cpp
We require DataLayout for analyzing the size of stores.
2013-04-10 18:57:27 +00:00
VecUtils.h
Add support for bottom-up SLP vectorization infrastructure.
2013-04-09 19:44:35 +00:00