This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-04-10 03:30:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
18f31a4d5e
Branches
Tags
View all branches
llvm-mirror
/
lib
/
Transforms
/
Vectorize
History
Benjamin Kramer
18f31a4d5e
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
...
Fixes PR15748. llvm-svn: 179757
2013-04-18 14:29:13 +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
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
2013-04-18 14:29:13 +00:00
Makefile
…
SLPVectorizer.cpp
SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops.
2013-04-15 22:00:26 +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
SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops.
2013-04-15 22:00:26 +00:00
VecUtils.h
SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops.
2013-04-15 22:00:26 +00:00