1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Sam Parker a0f3d21aaf [ARM][ParallelDSP] Fix pointer operand reordering
While combining two loads into a single load, we often need to
reorder the pointer operands for the new load. This reordering was
broken in the cases where there was a chain of values that built up
the pointer.

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

llvm-svn: 366881
2019-07-24 09:38:39 +00:00
..
Analysis [IR][Verifier] Allow IntToPtrInst to be !dereferenceable 2019-07-23 17:19:56 +00:00
Assembler
Bindings
Bitcode Added address-space mangling for stack related intrinsics 2019-07-22 12:42:48 +00:00
BugPoint
CodeGen [ARM][ParallelDSP] Fix pointer operand reordering 2019-07-24 09:38:39 +00:00
DebugInfo Changes to emit CodeView debug info nested type records properly using MCStreamer directives 2019-07-22 18:22:55 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck Revert "FileCheck [8/12]: Define numeric var from expr" 2019-07-24 07:32:34 +00:00
Instrumentation Added address-space mangling for stack related intrinsics 2019-07-22 12:42:48 +00:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [RISCV][NFC] Correct RUN in rvi-pseudos-invalid.s 2019-07-23 17:14:42 +00:00
Object Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections()." 2019-07-23 15:02:13 +00:00
ObjectYAML
Other
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Do not set ReadNone attribute on intrinsics with side effects 2019-07-17 10:53:13 +00:00
ThinLTO/X86
tools [yaml2obj] - Add a support for defining null sections in YAMLs. 2019-07-23 11:03:37 +00:00
Transforms [SafeStack] Insert the deref before remaining elements 2019-07-24 00:16:23 +00:00
Unit
Verifier [IR][Verifier] Allow IntToPtrInst to be !dereferenceable 2019-07-23 17:19:56 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh