1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test
David Greene e14c99cea5 [AArch64] Create proper memoperand for multi-vector stores
Include all of the store's source vector operands when creating the
MachineMemOperand. Previously, we were missing the first operand,
making the store size seem smaller than it really is.

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

llvm-svn: 345315
2018-10-25 21:10:39 +00:00
..
Analysis [CostModel][X86] Add realistic vXi64 uitofp vXf64 costs 2018-10-25 13:06:20 +00:00
Assembler Emit template type and value parameter DIEs for template variables. 2018-10-03 18:44:53 +00:00
Bindings
Bitcode
BugPoint
CodeGen [AArch64] Create proper memoperand for multi-vector stores 2018-10-25 21:10:39 +00:00
DebugInfo [DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES. 2018-10-25 14:27:27 +00:00
Demangle
Examples
ExecutionEngine [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. 2018-10-23 23:01:39 +00:00
Feature
FileCheck [SourceMgr][FileCheck] Obey -color by extending WithColor 2018-10-24 21:46:42 +00:00
Instrumentation [hwasan] add stack frame descriptions. 2018-10-23 00:50:40 +00:00
Integer
JitListener
Linker llvm-link: Improve diagnostic for module-level metadata mismatch 2018-10-09 01:17:27 +00:00
LTO Update test of r344198 to work with release builds. 2018-10-11 20:19:25 +00:00
MC [MC] Separate masm integer literal lexer support from inline asm 2018-10-24 20:23:57 +00:00
Object [AMDGPU] Defined gfx909 Raven Ridge 2 2018-10-24 08:14:07 +00:00
ObjectYAML Make YAML quote forward slashes. 2018-10-12 16:31:20 +00:00
Other [hot-cold-split] Only perform splitting in ThinLTO backend post-link 2018-10-23 22:57:40 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [TableGen] fix assert in !cast when used out of definition in a multiclass 2018-10-10 10:52:57 +00:00
ThinLTO/X86 [ThinLTO] Fix dot dumper for regular LTO modules 2018-10-24 07:48:32 +00:00
tools [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_length 2018-10-25 10:56:44 +00:00
Transforms [FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changes 2018-10-25 18:09:33 +00:00
Unit
Verifier [machineverifier] Detect PHI's that are preceeded by non-PHI's 2018-10-03 22:05:31 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh