1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
Roman Lebedev cdaf6001ac [NFC][InstCombine] More tests for PR42563 "Dropping pointless masking before left shift"
For patterns c/d/e we too can deal with the pattern even if we can't
just drop the mask, we can just apply it afterwars:
   https://rise4fun.com/Alive/gslRa

llvm-svn: 372244
2019-09-18 18:38:32 +00:00
..
Analysis Data Dependence Graph Basics 2019-09-18 17:43:45 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen Revert "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize" 2019-09-18 14:42:09 +00:00
DebugInfo Revert "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize" 2019-09-18 14:42:09 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [PGO] Don't use comdat groups for counters & data on COFF 2019-09-17 21:10:49 +00:00
Integer
JitListener
Linker Remove some unnecessary REQUIRES: shell lines 2019-09-10 00:06:52 +00:00
LTO [IRMover] Don't map globals if their types are the same 2019-09-11 18:35:49 +00:00
MachineVerifier
MC [mips] Mark tests for lw/sw expansion in PIC by a separate "check prefix". NFC 2019-09-18 12:24:30 +00:00
Object [llvm-ar] Uncapitalize error messages and delete full stop 2019-09-14 01:18:47 +00:00
ObjectYAML [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors handlers. 2019-09-13 16:00:16 +00:00
Other [SimplifyLibCalls] Mark known arguments with nonnull 2019-09-17 09:32:52 +00:00
Reduce llvm-reduce: Clean out previous test temp/output dir, since it was a dir and now it's used as just a single file 2019-09-16 23:56:26 +00:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen Fix compile-time regression caused by rL371928 2019-09-18 18:14:42 +00:00
ThinLTO/X86 Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" 2019-09-11 16:19:50 +00:00
tools [llvm-readobj/llvm-objdump] - Improve how tool locate the dynamic table and report warnings about that. 2019-09-17 13:58:46 +00:00
Transforms [NFC][InstCombine] More tests for PR42563 "Dropping pointless masking before left shift" 2019-09-18 18:38:32 +00:00
Unit
Verifier [Intrinsic] Add the llvm.umul.fix.sat intrinsic 2019-09-07 12:16:14 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in Follow-up to r372209: Use single quotes for host_ldflags in the lit config 2019-09-18 14:12:59 +00:00
TestRunner.sh