llvm-project/llvm
David Green 47f4cd9c3d [AArch64] Update costs for some fp16 converts
This updates the costs for FP16 converts, as some of them were pretty
high.

Differential Revision: https://reviews.llvm.org/D120771
2022-03-03 11:17:24 +00:00
..
benchmarks
bindings [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
cmake Revert "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-02 11:13:46 -08:00
docs [AMDGPU] Add gfx1036 target 2022-03-02 23:26:38 +00:00
examples [examples][BuildingAJIT] Use the right layer when adding code in Chapter 3. 2022-03-01 16:44:55 -08:00
include [VP] Introducing VectorBuilder, the VP intrinsic builder 2022-03-03 11:31:57 +01:00
lib [AArch64] Update costs for some fp16 converts 2022-03-03 11:17:24 +00:00
projects
resources
runtimes Revert "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-02 11:13:46 -08:00
test [AArch64] Update costs for some fp16 converts 2022-03-03 11:17:24 +00:00
tools [llvm-stress] Support opaque pointers 2022-03-03 09:59:06 +01:00
unittests [VP] Introducing VectorBuilder, the VP intrinsic builder 2022-03-03 11:31:57 +01:00
utils [gn build] Port 8bcbfb50e8 2022-03-03 10:33:40 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT [LoongArch 1/6] Add triples loongarch{32,64} for the upcoming LoongArch target 2022-02-10 10:23:34 +00:00
CREDITS.TXT [Docs] Add self to credits 2022-02-22 16:43:53 -08: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.