llvm-project/llvm/test
David Green 543236232c [ARM] Selection for MVE VMOVN
The adds both VMOVNt and VMOVNb instruction selection from the appropriate
shuffles. We detect shuffle masks of the form:
0, N, 2, N+2, 4, N+4, ...
or
0, N+1, 2, N+3, 4, N+5, ...
ISel will also try the opposite patterns, with inputs reversed. These are
selected to VMOVNt and VMOVNb respectively.

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

llvm-svn: 374781
2019-10-14 15:19:33 +00:00
..
Analysis [CostModel][X86] Add CTPOP scalar costs (PR43656) 2019-10-14 14:07:43 +00:00
Assembler Print quoted backslashes in LLVM IR as \\ instead of \5C 2019-10-10 18:31:57 +00:00
Bindings Revert "Fix OCaml/core.ml fneg check" 2019-10-10 14:16:58 +00:00
Bitcode [FPEnv][NFC] Change test to conform to strictfp attribute rules. 2019-10-09 17:24:56 +00:00
BugPoint
CodeGen [ARM] Selection for MVE VMOVN 2019-10-14 15:19:33 +00:00
DebugInfo [DebugInfo] Fix truncation of call site immediates 2019-10-14 12:49:58 +00:00
Demangle llvm-undname: Add support for demangling typeinfo names 2019-09-23 13:13:37 +00:00
Examples
ExecutionEngine [JITLink] Disable the MachO/AArch64 testcase while investigating bot failures. 2019-10-11 01:58:12 +00:00
Feature [FPEnv] Add constrained intrinsics for lrint and lround 2019-10-07 13:20:00 +00:00
FileCheck [FileCheck] Implement --ignore-case option. 2019-10-11 11:59:14 +00:00
Instrumentation Insert module constructors in a module pass 2019-10-11 08:47:03 +00:00
Integer
JitListener
LTO Dead Virtual Function Elimination 2019-10-11 11:59:55 +00:00
Linker
MC Revert r374652: "[lit] Fix internal diff's --strip-trailing-cr and use it" 2019-10-12 18:51:51 +00:00
MachineVerifier Add an operand to memory intrinsics to denote the "tail" marker. 2019-09-28 05:33:21 +00:00
Object [mips] Use llvm-readobj `-A` flag in test cases. NFC 2019-10-03 12:08:04 +00:00
ObjectYAML [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors handlers. 2019-09-13 16:00:16 +00:00
Other Revert "Add a pass to lower is.constant and objectsize intrinsics" 2019-10-14 12:22:48 +00:00
Reduce [Testing] Python 3 requires `print` to use parens 2019-09-20 13:52:47 +00:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Fix a bug that MCSchedClassDesc is interfered between different SchedModel 2019-10-11 08:36:54 +00:00
ThinLTO/X86 Dead Virtual Function Elimination 2019-10-11 11:59:55 +00:00
Transforms [CostModel][X86] Add CTPOP scalar costs (PR43656) 2019-10-14 14:07:43 +00:00
Unit
Verifier [FPEnv] Strict FP tests should use the requisite function attributes. 2019-10-04 17:03:46 +00:00
YAMLParser
tools Revert r374771 "[llvm-size] Tidy up error messages (PR42970)" 2019-10-14 14:44:26 +00:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py Reland "[utils] Implement the llvm-locstats tool" 2019-10-02 07:00:01 +00:00
lit.site.cfg.py.in Follow-up to r372209: Use single quotes for host_ldflags in the lit config 2019-09-18 14:12:59 +00:00