1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
Craig Topper 489536319e [X86] When post-processing the DAG to remove zero extending moves for YMM/ZMM, make sure the producing instruction is VEX/XOP/EVEX encoded.
If the producing instruction is legacy encoded it doesn't implicitly zero the upper bits. This is important for the SHA instructions which don't have a VEX encoded version. We might also be able to hit this with the incomplete f128 support that hasn't been ported to VEX.

llvm-svn: 338812
2018-08-03 04:49:42 +00:00
..
Analysis [SCEV] Properly solve quadratic equations 2018-08-02 19:13:35 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X86] When post-processing the DAG to remove zero extending moves for YMM/ZMM, make sure the producing instruction is VEX/XOP/EVEX encoded. 2018-08-03 04:49:42 +00:00
DebugInfo [AArch64] DWARF: do not generate AT_location for thread local 2018-08-01 23:46:49 +00:00
Demangle [MS Demangler] Fix some tests that are no longer broken. 2018-08-02 22:37:40 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [ASAN] Use the correct shadow offset for ASAN on FreeBSD/mips64. 2018-08-01 22:51:13 +00:00
Integer
JitListener
Linker
LTO Revert "Enrich inline messages", tests fail 2018-08-01 08:02:40 +00:00
MC [AArch64] Add support for got relocated LDR's 2018-08-02 06:24:40 +00:00
Object
ObjectYAML
Other Reland r338431: "Add DebugCounters to DivRemPairs" 2018-08-01 23:14:14 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86 Revert "Enrich inline messages", tests fail 2018-08-01 08:02:40 +00:00
tools objdump: Better handling of Mach-O universal binaries 2018-08-03 00:06:38 +00:00
Transforms [LICM] Remove unneccessary safety check to increase sinking effectiveness 2018-08-03 00:21:56 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh