1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
Matt Arsenault 06895e862f AMDGPU: Fix verifier error when spilling SGPRs
The current SGPR spilling test does not stress this
because it is using s_buffer_load instructions to
increase SGPR pressure and spill, but their output
operands have the same SReg_32_XM0 constraint. This fixes
an error when the SReg_32 output from most instructions
is spilled.

llvm-svn: 270301
2016-05-21 00:53:42 +00:00
..
Analysis [LAA] Check independence of strided accesses before forward case 2016-05-19 15:37:19 +00:00
Assembler Fix constant folding of addrspacecast of null 2016-05-21 00:14:04 +00:00
Bindings
Bitcode
BugPoint
CodeGen AMDGPU: Fix verifier error when spilling SGPRs 2016-05-21 00:53:42 +00:00
DebugInfo pdbdump: print out symbol names referred by publics stream. 2016-05-20 19:55:17 +00:00
Examples
ExecutionEngine [RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymous 2016-05-19 23:26:05 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC [MCExpr] avoid UB via negation of INT_MIN 2016-05-20 14:09:41 +00:00
Object Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error 2016-05-17 17:10:12 +00:00
ObjectYAML [MachOYAML] Removing duplicated field from LC_UUID YAML 2016-05-20 18:36:52 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Use semicolon to separate path prefix replacement 2016-05-17 18:43:22 +00:00
tools dsymutil/modules: Reword the warning for static libraries without module caches 2016-05-20 20:36:06 +00:00
Transforms Fix constant folding of addrspacecast of null 2016-05-21 00:14:04 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh