1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
Matt Arsenault 58e952431c AMDGPU: Don't kill super-register with overlapping copy
This would end up killing part of the result super-register, resulting
in a verifier error on a later use of the overlapping registers.  We
could add kills of any non-aliasing registers, but we should be moving
away from relying on kill flags.
2020-10-16 09:34:35 -04:00
..
Analysis Recommit "[SCEV] Use nw flag and symbolic iteration count to sharpen ranges of AddRecs" 2020-10-16 17:35:13 +07:00
Assembler
Bindings
Bitcode [BitCodeAnalyzer] Add a few missing TYPE_CODES and MODULE_CODE_COMDAT to GetCodeName 2020-10-12 15:43:12 -07:00
BugPoint
CodeGen AMDGPU: Don't kill super-register with overlapping copy 2020-10-16 09:34:35 -04:00
DebugInfo [DebugInstrRef] Support recording of instruction reference substitutions 2020-10-15 11:30:14 +01:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [ASAN] Make sure we are only processing lifetime markers with offset 0 to alloca 2020-10-13 10:21:45 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier [GlobalISel] Remove scalar src from non-sequential fadd/fmul reductions. 2020-10-15 15:51:44 -07:00
MC [VE] Add VGT/VSC/PFCHV instructions 2020-10-16 06:28:22 +09:00
Object AMDGPU: Update AMDHSA code object version handling 2020-10-14 13:04:27 -04:00
ObjectYAML [WebAssembly] Added .tabletype to asm and multiple table support in obj files 2020-10-13 07:52:23 -07:00
Other Recommit "[DSE] Switch to MemorySSA-backed DSE by default." 2020-10-16 09:02:53 +01:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Add the !not and !xor operators. 2020-10-15 10:12:59 -04:00
ThinLTO/X86 Restore "[ThinLTO] Avoid temporaries when loading global decl attachment metadata" 2020-10-12 10:11:56 -07:00
tools Revert "[llvm-cov] don't include all source files when provided source files are filtered out" 2020-10-16 13:46:12 +01:00
Transforms [globalopt] Teach to look through addrspacecast. 2020-10-16 08:43:09 -04:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh