llvm-project/llvm
Craig Topper 60450f91c8 [RISCV] Add test cases for inline memcpy expansion
Test file was taken directly from AArch64/ARM. I've added RUN
lines for aligned and unaligned since many of the test cases
are strings that aren't aligned and have an odd size.

Some of these test cases are modified by D129402.

Differential Revision: https://reviews.llvm.org/D129403
2022-07-10 14:09:02 -07:00
..
benchmarks
bindings [ConstExpr] Remove div/rem constant expressions 2022-07-06 10:11:34 +02:00
cmake Revert "[llvm] cmake config groundwork to have ZSTD in LLVM" 2022-07-08 13:48:05 -07:00
docs [llvm] Remove unused and redundant crc32 funcction from llvm::compression::zlib namespace 2022-07-08 11:24:45 -07:00
examples [Kaleidoscope] Remove unused function argument 2022-06-30 20:47:01 +00:00
include ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
lib [InterleaveAccessPass] Handle multi-use binop shuffles 2022-07-10 17:24:37 +01:00
projects
resources
runtimes
test [RISCV] Add test cases for inline memcpy expansion 2022-07-10 14:09:02 -07:00
tools ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
unittests ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
utils [gn build] Port c945bd0da6 2022-07-08 20:59:26 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "[llvm] cmake config groundwork to have ZSTD in LLVM" 2022-07-08 13:48:05 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.