llvm-capstone/llvm
Jianjian GUAN 77da27b5e3 [RISCV] Improve selection for vector fpclass.
Since vfclass intruction will only set one single bit in the result, so if we only want to check 1 fp class, we could use vmseq to do it.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D151967
2023-06-06 10:24:24 +08:00
..
benchmarks
bindings Remove vestiges of removed OCaml modules 2023-06-05 13:27:42 -04:00
cmake [CMake] Quote variables where "TARGET" may be a value 2023-06-06 02:08:45 +01:00
docs Fix LLVM sphinx build 2023-06-05 14:14:23 -04:00
examples
include [Attributor] Identify and remove no-op fences 2023-06-05 17:14:00 -07:00
lib [RISCV] Improve selection for vector fpclass. 2023-06-06 10:24:24 +08:00
projects
resources
runtimes Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD 2023-06-05 14:35:52 -07:00
test [RISCV] Improve selection for vector fpclass. 2023-06-06 10:24:24 +08:00
tools [Demangle] convert microsoftDemangle to take a std::string_view 2023-06-05 13:00:20 -07:00
unittests [Damangle] convert dlangDemangle to use std::string_view 2023-06-02 15:19:41 -07:00
utils [gn build] Port b77e50e6ae 2023-06-05 14:11:26 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.