llvm-project/llvm
Lian Wang 214afc7116 [RISCV] Add patterns for vnsrl.wi and vnsra.wi instructions
Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D121675
2022-03-17 07:22:32 +00:00
..
benchmarks
bindings [NFC] Fix go binding build 2022-03-14 14:08:51 +08:00
cmake [Debuginfod] Check libcurl via CMake library. 2022-03-15 18:26:25 +00:00
docs [AMDGPU] Correct gfx940 memory model documentation. 2022-03-16 11:59:40 -07:00
examples Cleanup includes: LLVMTarget 2022-03-10 10:00:29 +01:00
include [WebAssembly] Disable SimplifyDemandedVectorElts after legalization 2022-03-16 20:52:43 -07:00
lib [RISCV] Add patterns for vnsrl.wi and vnsra.wi instructions 2022-03-17 07:22:32 +00:00
projects
resources
runtimes [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
test [RISCV] Add patterns for vnsrl.wi and vnsra.wi instructions 2022-03-17 07:22:32 +00:00
tools Cleanup codegen includes 2022-03-16 08:43:00 +01:00
unittests Revert "[FuzzMutate] Don't insert instructions after musttail call" 2022-03-16 17:29:27 +01:00
utils [gn build] Port 22077627ae 2022-03-16 23:23:57 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
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.