1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Jessica Paquette 9e9596734c [AArch64][GlobalISel] Select zip1 and zip2
Port the code to recognize a zip1/zip2 shuffle mask from AArch64ISelLowering
and put it into the post-legalizer combiner.

Add G_ZIP1 and G_ZIP2 to AArch64InstrGISel.td and hook them up as equivalent
nodes to AArch64zip1 and AArch64zip2. This allows us to select them.

Minor code size improvements for SPECINT2000 at -O3 on 197.parser, 252.eon, and
186.crafty.

Differential Revision: https://reviews.llvm.org/D80969
2020-06-02 18:57:11 -07:00
..
Analysis [MTE] Convert StackSafety into analysis 2020-06-02 16:08:14 -07:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [AArch64][GlobalISel] Select zip1 and zip2 2020-06-02 18:57:11 -07:00
DebugInfo [Support] Make DataExtractor error messages more clear 2020-06-02 12:57:51 +02:00
Demangle
Examples
ExecutionEngine [jitlink] R_X86_64_PC32 support for the elf x86 jitlinker 2020-05-30 10:53:18 +10:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO [SampleFDO] Add use-sample-profile function attribute. 2020-06-02 17:23:17 -07:00
MachineVerifier
MC [DebugInfo] Report the format of location and range lists [9/10] 2020-06-02 17:55:31 +07:00
Object
ObjectYAML
Other [PrintSCC] Fix printing a basic-block without a name 2020-05-29 20:14:19 +03:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-dwarfdump] Print [=<offset>] after --debug-* options in help output. 2020-06-02 11:06:11 -07:00
Transforms [SampleFDO] Add use-sample-profile function attribute. 2020-06-02 17:23:17 -07:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [CMake] Change target 'check' from 'check-llvm' to 'check-all' 2020-05-29 14:15:27 -07:00
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh