1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test
Matt Arsenault 983c9e76c0 AMDGPU: Don't fold copies to physregs
In a future patch, this will help cleanup m0 handling.

The register coalescer handles copies from a register that
materializes an immediate, but doesn't handle move immediates
itself. The virtual register uses will often be allocated to the same
register, so there end up being no real copy.

llvm-svn: 374257
2019-10-09 22:51:42 +00:00
..
Analysis [MemorySSA] Make the use of moveAllAfterMergeBlocks consistent. 2019-10-09 15:54:24 +00:00
Assembler
Bindings [LLVM-C] Add bindings to create macro debug info 2019-10-07 13:57:13 +00:00
Bitcode [FPEnv][NFC] Change test to conform to strictfp attribute rules. 2019-10-09 17:24:56 +00:00
BugPoint
CodeGen AMDGPU: Don't fold copies to physregs 2019-10-09 22:51:42 +00:00
DebugInfo [WebAssembly] Make returns variadic 2019-10-09 21:42:08 +00:00
Demangle
Examples
ExecutionEngine [JITLink] Switch from an atom-based model to a "blocks and symbols" model. 2019-10-04 03:55:26 +00:00
Feature [FPEnv] Add constrained intrinsics for lrint and lround 2019-10-07 13:20:00 +00:00
FileCheck
Instrumentation Handle llvm.launder.invariant.group in msan. 2019-10-02 19:53:19 +00:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [WebAssembly] v8x16.swizzle and rewrite BUILD_VECTOR lowering 2019-10-09 17:39:19 +00:00
Object [mips] Use llvm-readobj -A flag in test cases. NFC 2019-10-03 12:08:04 +00:00
ObjectYAML
Other [SVE][IR] Scalable Vector size queries and IR instruction support 2019-10-08 12:53:54 +00:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Fix crash when using HwModes in CodeEmitterGen 2019-10-09 09:15:34 +00:00
ThinLTO/X86 [ThinLTO/WPD] Ensure devirtualized targets use promoted symbol when necessary 2019-10-02 16:36:59 +00:00
tools llvm-dwarfdump: Support multiple debug_loclists contributions 2019-10-09 21:25:28 +00:00
Transforms [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator 2019-10-09 21:52:15 +00:00
Unit
Verifier [FPEnv] Strict FP tests should use the requisite function attributes. 2019-10-04 17:03:46 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py Reland "[utils] Implement the llvm-locstats tool" 2019-10-02 07:00:01 +00:00
lit.site.cfg.py.in
TestRunner.sh