llvm-project/llvm/test
Michael Liao d1cacd5928 [MemCpyOpt] Teach memcpyopt to handle loads from the constant memory.
- Loads from the constant memory (either explicit one or as the source
  of memory transfer intrinsics) won't alias any stores.

Reviewed By: asbirlea, efriedma

Differential Revision: https://reviews.llvm.org/D107605
2021-08-06 12:43:52 -04:00
..
Analysis [AArch64] Expand the SVE min/max reduction costs to NEON 2021-08-05 23:23:24 +01:00
Assembler Replace "CHECK-NOT: #{{.*}}" with same-line positive checks. NFC. 2021-08-05 21:55:23 -07:00
Bindings
Bitcode [IR] Rename `comdat noduplicates` to `comdat nodeduplicate` 2021-07-20 12:47:10 -07:00
BugPoint
CodeGen [LegalizeTypes] Add a simple expansion for SMULO when a libcall isn't available. 2021-08-06 09:43:01 -07:00
DebugInfo Add a DIExpression const-folder to prevent silly expressions. 2021-08-05 06:14:40 -07:00
Demangle
Examples [Orc][examples] Temporarily disable tests for the C API due to failures on sanitizer bots 2021-08-06 11:33:01 +02:00
ExecutionEngine [JITLink][RISCV] Add relocation fixup test 2021-08-06 14:35:59 +08:00
Feature
FileCheck
Instrumentation [InstrProfiling] Emit bias variable eagerly 2021-08-04 10:17:08 -07:00
Integer
JitListener
LTO [LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgold 2021-07-20 13:22:00 -07:00
Linker [IR] Rename `comdat noduplicates` to `comdat nodeduplicate` 2021-07-20 12:47:10 -07:00
MC [llvm][MC] Disable cfi-version test for Windows on Arm 2021-08-04 11:18:05 +00:00
MachineVerifier [MachineVerifier] Make INSERT_SUBREG diagnostic respect operand 2 subregs 2021-07-21 08:47:17 -07:00
Object [llvm-ar] Fix for handling thin archive with SYM64 and a test case for it 2021-08-05 10:06:34 -07:00
ObjectYAML [yaml2obj][MachO] Rename PayloadString to Content 2021-07-26 09:04:51 -07:00
Other [ConstantFold] Get rid of special cases for sizeof etc. 2021-07-31 13:20:47 -07:00
SafepointIRVerifier
Support
SymbolRewriter [IR] Rename `comdat noduplicates` to `comdat nodeduplicate` 2021-07-20 12:47:10 -07:00
TableGen
ThinLTO/X86 ThinLTO: Fix inline assembly references to static functions with CFI 2021-08-03 11:35:30 -07:00
Transforms [MemCpyOpt] Teach memcpyopt to handle loads from the constant memory. 2021-08-06 12:43:52 -04:00
Unit
Verifier [Verifier] Check byval/etc type when comparing ABI attributes 2021-07-20 20:19:47 +02:00
YAMLParser
tools [llvm-objcopy] [COFF] Do not patch debug entries if PointerToRawData is zero 2021-08-06 09:23:25 -07:00
.clang-format
CMakeLists.txt [test] Add llvm-stress to LLVM_TEST_DEPENDS and lit substitutions 2021-07-22 09:37:01 -07:00
TestRunner.sh
lit.cfg.py [llvm][MC] Disable cfi-version test for Windows on Arm 2021-08-04 11:18:05 +00:00
lit.site.cfg.py.in