1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Alexey Bataev 62124599cb [SLPVectorizer] Improved support of partial tree vectorization.
Currently SLP vectorizer tries to vectorize a binary operation and dies
immediately after unsuccessful the first unsuccessfull attempt. Patch
tries to improve the situation, trying to vectorize all binary
operations of all children nodes in the binop tree.

Differential Revision: https://reviews.llvm.org/D25517

llvm-svn: 288115
2016-11-29 08:21:14 +00:00
..
Analysis [InstSimplify] allow integer vector types to use computeKnownBits 2016-11-27 21:07:28 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen AMDGPU/SI: Avoid moving PHIs to VALU when phi values are defined in scalar branches 2016-11-29 00:46:46 +00:00
DebugInfo [DebugInfo] Add support for DW_AT_main_subprogram on subprograms 2016-11-28 21:32:19 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan/win] Align global registration metadata to its size 2016-11-29 01:32:21 +00:00
Integer
JitListener
LibDriver
Linker
LTO Rename option to -lto-pass-remarks-output 2016-11-22 07:35:14 +00:00
MC [SystemZ] Support execution hint instructions 2016-11-28 14:01:51 +00:00
Object Add error checking for Mach-O universal files. 2016-11-28 22:40:50 +00:00
ObjectYAML
Other Analysis: gep inbounds (gep inbounds (...)) is inbounds. 2016-11-22 01:03:40 +00:00
SymbolRewriter
TableGen
ThinLTO/X86 Rename option to -lto-pass-remarks-output 2016-11-22 07:35:14 +00:00
tools llvm-nm: Print correct symbol types for init and fini sections 2016-11-23 20:17:20 +00:00
Transforms [SLPVectorizer] Improved support of partial tree vectorization. 2016-11-29 08:21:14 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh