1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/test
Alexey Bataev 9c42655c14 [SLP]Improve and simplify extendSchedulingRegion.
We do not need to scan further if the upper end or lower end of the
basic block is reached already and the instruction is not found. It
means that the instruction is definitely in the lower part of basic
block or in the upper block relatively.
This should improve compile time for the very big basic blocks.

Differential Revision: https://reviews.llvm.org/D99266
2021-03-25 05:31:58 -07:00
..
Analysis [deref] Implement initial set of inference rules for deref-at-point 2021-03-24 16:20:41 -07:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X86][SSE] Add pmulh tests where the source ops are not generated from sign/zero-extends 2021-03-25 12:12:15 +00:00
DebugInfo
Demangle
Examples
ExecutionEngine
Feature
FileCheck [FileCheck] Fix PR49531: invalid use of string var 2021-03-24 18:49:58 +00:00
Instrumentation Revert "[HWASan] Use page aliasing on x86_64." 2021-03-24 16:18:29 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier Add missing -march to runline in llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir 2021-03-24 11:23:08 -07:00
MC [AArch64] Support .arch_extension pan 2021-03-24 11:29:22 -07:00
Object AMDGPU: Add target id and code object v4 support 2021-03-24 11:54:05 -04:00
ObjectYAML
Other [InlineCost] Make cost-benefit decision explicit 2021-03-24 16:10:58 -07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools AMDGPU: Add target id and code object v4 support 2021-03-24 11:54:05 -04:00
Transforms [SLP]Improve and simplify extendSchedulingRegion. 2021-03-25 05:31:58 -07:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh