1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Florian Hahn a97645c804 [DSE,MemorySSA] Account for ScanLimit == 0 on entry.
Currently the code does not account for the fact that getDomMemoryDef
can be called with ScanLimit == 0, if we reached the limit while
processing an earlier access. Also tighten the check a bit more and bump
the scan limit now that it is handled properly.

In some cases, this brings a 2x speedup in terms of compile-time.
2020-08-17 17:55:14 +01:00
..
Analysis [DemandedBits] Improve accuracy of Add propagator 2020-08-17 12:54:09 +01:00
Assembler
Bindings
Bitcode [NFC][StackSafety] Move out sort from the loop 2020-08-17 03:30:14 -07:00
BugPoint
CodeGen AMDGPU/GlobalISel: Look through copies in getPtrBaseWithConstantOffset 2020-08-17 12:31:38 -04:00
DebugInfo [DebugInfo] Avoid an infinite loop with a truncated pre-v5 .debug_str_offsets.dwo. 2020-08-14 13:11:37 +07:00
Demangle
Examples
ExecutionEngine [JITLink][MachO] Use correct symbol scope when N_PEXT is set and N_EXT unset. 2020-08-15 15:53:33 -07:00
Feature [NewPM][optnone] Mark various passes as required 2020-08-14 15:51:59 -07:00
FileCheck
Instrumentation [MSAN] Avoid dangling ActualFnStart when replacing instruction 2020-08-14 23:50:38 +00:00
Integer
JitListener
Linker [test] XFAIL two tests with inlining debug info issues on Sparc 2020-08-13 11:12:52 +02:00
LTO
MachineVerifier
MC [RISCV] Enable the use of the old mucounteren name 2020-08-17 13:11:49 +01:00
Object [llvm-readobj/elf] - Refine the warning about the broken PT_DYNAMIC segment. 2020-08-17 14:57:19 +03:00
ObjectYAML [DWARFYAML] Replace InitialLength with Format and Length. NFC. 2020-08-13 18:39:03 +08:00
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Allow mnemonics with uppercase letters to be matched 2020-08-14 14:47:52 -07:00
ThinLTO/X86
tools [llvm-readobj] - Remove unwrapOrError calls from GNUStyle<ELFT>::printRelocations. 2020-08-17 15:16:36 +03:00
Transforms [DSE,MemorySSA] Account for ScanLimit == 0 on entry. 2020-08-17 17:55:14 +01:00
Unit
Verifier [Statepoint] Remove code related to inline operand bundles 2020-08-14 20:29:41 -07:00
YAMLParser
.clang-format
CMakeLists.txt [CMake] Simplify CMake handling for zlib 2020-08-11 20:22:11 -07:00
lit.cfg.py
lit.site.cfg.py.in [CMake] Simplify CMake handling for zlib 2020-08-11 20:22:11 -07:00
TestRunner.sh