1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/test
Matt Arsenault cd69621a21 AMDGPU: More bits of frame index are known to be zero
The maximum private allocation for the whole GPU is 4G,
so the maximum possible index for a single workitem is the
maximum size divided by the smallest granularity for a dispatch.

This increases the number of known zero high bits, which
enables more offset folding. The maximum private size per
workitem with this is 128M but may be smaller still.

llvm-svn: 262153
2016-02-27 20:26:57 +00:00
..
Analysis Another fix the testcase introduced by r261903 - Add the missing matches 2016-02-26 03:41:47 +00:00
Assembler
Bindings Add support for invoke/landingpad/resume in C API test 2016-02-18 20:38:32 +00:00
Bitcode
BugPoint
CodeGen AMDGPU: More bits of frame index are known to be zero 2016-02-27 20:26:57 +00:00
DebugInfo [CodeView] Describe variables live in x87 registers 2016-02-24 10:01:24 +00:00
Examples
ExecutionEngine
Feature
FileCheck Revert r262092, caught LLD tests 2016-02-26 23:44:10 +00:00
Instrumentation [instrprof] Use __{start,stop}_SECNAME on PS4 too. 2016-02-27 06:01:26 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC Addition of tests to previous check-in. Tests for coprocessor register usage in Sparc. 2016-02-27 12:52:26 +00:00
Object
Other [PM] Loosen the regex for the proxy template name even further to cope 2016-02-27 11:07:16 +00:00
SymbolRewriter
TableGen
tools [sancov] print_coverage_points command. 2016-02-27 02:21:44 +00:00
Transforms [LICM] Teach LICM how to handle cases where the alias set tracker was 2016-02-27 04:34:07 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh