llvm-project/llvm
Christopher Tetreault ccd623eae3 [SVE] Remove calls to isScalable from CodeGen
Reviewers: efriedma, sdesmalen, stoklund, sunfish

Reviewed By: efriedma

Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77755
2020-04-23 12:58:52 -07:00
..
benchmarks
bindings Update go bindings for 2dea3f1298 2020-04-22 19:02:59 +02:00
cmake [CMAKE] Provide default location for llvm-lit for out-of-tree users. 2020-04-22 15:13:23 -07:00
docs [dsymutil][doc] Improve documentation. 2020-04-23 20:06:52 +08:00
examples [ORC] Add example showing how to initialize/deinitialize a JITDylib with LLJIT. 2020-04-18 14:16:54 -07:00
include [SVE] Remove calls to isScalable from IR 2020-04-23 11:51:22 -07:00
lib [SVE] Remove calls to isScalable from CodeGen 2020-04-23 12:58:52 -07:00
projects
resources
runtimes
test AMDGPU: Fix inlining logic for denormals 2020-04-23 15:30:48 -04:00
tools [llvm-objcopy][MachO] Copy LC_LOAD_WEAK_DYLIB load commands 2020-04-23 12:21:44 -07:00
unittests [SVE] Remove calls to isScalable from CodeGen 2020-04-23 12:58:52 -07:00
utils [UpdateTestChecks] Make generation of UTC_ARGS: comment more robust 2020-04-23 13:12:27 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [SVE] Make VectorType::getNumElements() complain for scalable vectors 2020-04-23 10:47:38 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.