llvm-project/llvm
Lian Wang e8f1dfe923 [RISCV] Supplement PACKH instruction pattern
Optimize (rs1 & 255) | ((rs2 & 255) << 8) -> (PACKH rs1, rs2).

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D116791
2022-01-07 17:59:19 +08:00
..
benchmarks
bindings Fix forward for "signed version of createExpression" 2021-12-27 13:51:59 +01:00
cmake [CMake] Include ZLIB_ROOT in LLVMConfig.cmake 2022-01-06 11:25:00 -05:00
docs Update Bug report URL to Github Issues 2022-01-06 17:33:25 +08:00
examples [llvm] Use true/false instead of 1/0 (NFC) 2022-01-07 00:39:14 -08:00
include [IR] Add ConstraintInfo::hasArg() helper (NFC) 2022-01-07 10:44:38 +01:00
lib [RISCV] Supplement PACKH instruction pattern 2022-01-07 17:59:19 +08:00
projects
resources
runtimes [runtimes] Remove LLVM_ENABLE_LLD 2021-12-17 15:03:57 -08:00
test [RISCV] Supplement PACKH instruction pattern 2022-01-07 17:59:19 +08:00
tools [llvm] Use true/false instead of 1/0 (NFC) 2022-01-07 00:39:14 -08:00
unittests [IR] Track users of comdats 2022-01-06 09:13:58 +01:00
utils [llvm] Use true/false instead of 1/0 (NFC) 2022-01-07 00:39:14 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Support passing arguments to build tool for external projects 2022-01-06 11:09:39 +00: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.