1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
Craig Topper 1a9d589ad9 [X86] Add test cases for 512-bit addsub from build_vector.
There is no 512 bit addsub instruction, but we partially match it handle fmaddsub matching. We explicitly bail out for 512 bit vectors after failing the fmaddsub match, but we had no test coverage for that bail out.

We might want to consider splitting and using 256 bit instructions instead of the long sequence seen here.

llvm-svn: 327605
2018-03-15 06:49:01 +00:00
..
Analysis
Assembler
Bindings [LLVM-C] Redo unnamed_address attribute bindings 2018-03-14 06:45:51 +00:00
Bitcode
BugPoint
CodeGen [X86] Add test cases for 512-bit addsub from build_vector. 2018-03-15 06:49:01 +00:00
DebugInfo [FastISel] Sink local value materializations to first use 2018-03-14 21:54:21 +00:00
Examples
ExecutionEngine
Feature Remove the LoopInstSimplify pass (-loop-instsimplify) 2018-03-12 20:49:42 +00:00
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC [MC] Always emit relocations for same-section function references 2018-03-14 19:24:32 +00:00
Object
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons 2018-03-14 11:00:57 +00:00
ThinLTO/X86 [ThinLTO] Clear dllimport when setting dso_local. 2018-03-13 15:24:51 +00:00
tools [LTO/gold] Support --wrap 2018-03-14 13:26:18 +00:00
Transforms [InstSimplify] add tests for frem and vectors with undef; NFC 2018-03-14 22:45:58 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh