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-12 04:26:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
Vectorize
History
Vitaly Buka
09ae2d110f
Revert "[SLP] Initialize VectorizedValue when gathering" to fix ubsan bot.
...
This reverts commit r279125.
https://reviews.llvm.org/D23410
llvm-svn: 279363
2016-08-20 07:09:39 +00:00
..
BBVectorize.cpp
[BBVectorize] Don't vectorize selects with a scalar condition and vector operands.
2016-05-26 18:43:57 +00:00
CMakeLists.txt
Add LoadStoreVectorizer pass
2016-06-30 23:11:38 +00:00
LLVMBuild.txt
Update libdeps since TLI was moved from Target to Analysis in r226078.
2015-01-15 05:21:00 +00:00
LoadStoreVectorizer.cpp
[LSV] Use a set rather than an ArraySlice at the end of getVectorizablePrefix. NFC
2016-08-13 00:04:12 +00:00
LoopVectorize.cpp
[LoopVectorize] Don't copy std::vector in for-range loop.
2016-08-19 12:44:24 +00:00
SLPVectorizer.cpp
Revert "[SLP] Initialize VectorizedValue when gathering" to fix ubsan bot.
2016-08-20 07:09:39 +00:00
Vectorize.cpp
Add LoadStoreVectorizer pass
2016-06-30 23:11:38 +00:00