1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test
Wolfgang Pieb 5bbf2372ac Reapply r294532, reverted in r294787.
Store instructions can have more than one memory operand as a result
of optimizations that fold different stores into one.
When we identify spill instructions to generate DBG_VALUE instructions
to record the spilling of a variable, we disregard stores with 
multiple memory operands for now. We may miss some relevant spills but
the handling is a bit more complex, so we'll do it in a different patch.

This fixes PR31935.

llvm-svn: 295093
2017-02-14 19:08:45 +00:00
..
Analysis [SCEV] Cache results during GetMinTrailingZeros query 2017-02-14 15:53:12 +00:00
Assembler
Bindings
Bitcode IR: Function summary extensions for whole-program devirtualization pass. 2017-02-10 22:29:38 +00:00
BugPoint
CodeGen [X86][SSE] Allow matchVectorShuffleWithUNPCK to recognise UNDEF inputs 2017-02-14 16:22:04 +00:00
DebugInfo Reapply r294532, reverted in r294787. 2017-02-14 19:08:45 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation Revert "[profiling] Remove dead profile name vars after emitting name data" 2017-02-14 19:08:39 +00:00
Integer
JitListener
LibDriver
Linker
LTO [LTO] Remove useless redirection from test. NFCI. 2017-02-12 05:43:25 +00:00
MC [mips] Fix failing test. 2017-02-13 16:42:35 +00:00
Object test: adjust the test for the BSD format 2017-02-09 20:06:30 +00:00
ObjectYAML
Other Correct a typo, s/hosting/hoisting/ 2017-02-14 16:41:10 +00:00
SymbolRewriter
TableGen
ThinLTO/X86 [tests] Be explicit about the files we want to remove. 2017-02-10 22:55:37 +00:00
tools Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files, 2017-02-10 19:27:10 +00:00
Transforms Revert "[profiling] Remove dead profile name vars after emitting name data" 2017-02-14 19:08:39 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh