1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Stefan Pintilie 1e1dcf2d50 [PowerPC] Try to simplify a Swap if it feeds a Splat
If we have the situation where a Swap feeds a Splat we can sometimes change the
  index on the Splat and then remove the Swap instruction.

Fixed the test case that was failing and recommit after pulling the original
  commit.

  Original revision is here: https://reviews.llvm.org/D39009

llvm-svn: 316478
2017-10-24 17:44:27 +00:00
..
Analysis [ConstantFolding] Avoid assert when folding ptrtoint of vectorized GEP 2017-10-24 12:08:11 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [PowerPC] Try to simplify a Swap if it feeds a Splat 2017-10-24 17:44:27 +00:00
DebugInfo
DllTool
Examples
ExecutionEngine [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. 2017-10-22 09:47:41 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker Verifier: Ignore CUs pulled in by ODR-uniqued types. 2017-10-18 01:11:01 +00:00
LTO
MC PowerPC: support the separator character in the IAS 2017-10-24 16:19:56 +00:00
Object Fix buffer overflow. 2017-10-19 01:25:48 +00:00
ObjectYAML
Other [PM] Add pgo-memop-opt pass to the new pass manager 2017-10-23 22:21:29 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [globalisel][tablegen] Fix small spelling nits. NFC 2017-10-20 20:55:29 +00:00
ThinLTO/X86
tools [llvm-dwarfdump] - Cleanup of gnu_call_site.s. NFC. 2017-10-24 11:44:19 +00:00
Transforms AMDGPU: Add new intrinsic llvm.amdgcn.kill(i1) 2017-10-24 10:27:13 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Don't set static-libs test feature when using LLVM_LINK_LLVM_DYLIB 2017-10-18 19:37:30 +00:00
lit.cfg.py Don't set static-libs test feature when using LLVM_LINK_LLVM_DYLIB 2017-10-18 19:37:30 +00:00
lit.site.cfg.py.in Fix lit.site.cfg.py.in after rL316123 2017-10-18 20:46:05 +00:00
TestRunner.sh