llvm-project/llvm
Matt Arsenault 0383872295 AMDGPU: Simplify test for SGPR spilling bug
Remove the control flow from the test from
25eb7fa01d. It's not necessary to
reproduce the original assert with the patch reverted. The control
flow happens to expose a different issue that calls for a separate
test in a future change.
2021-12-08 18:40:44 -05:00
..
benchmarks
bindings
cmake [CMake] Installable find modules for terminfo and libffi 2021-12-05 14:46:23 -05:00
docs Revert "CycleInfo: Introduce cycles as a generalization of loops" 2021-12-07 13:06:34 -08:00
examples [ORC] Add a MaterializationUnit::Interface struct. 2021-12-08 13:41:15 +11:00
include Revert "A new hidden option test-changed=exe that calls exe after each time IR changes" 2021-12-08 13:58:10 -08:00
lib AMDGPU: Mark SCC def as dead when expanding frame indexes 2021-12-08 18:40:39 -05:00
projects
resources
runtimes
test AMDGPU: Simplify test for SGPR spilling bug 2021-12-08 18:40:44 -05:00
tools [llvm-profgen] Fix total samples related issues 2021-12-08 12:33:41 -08:00
unittests ADT: Add SmallVectorImpl::truncate() to replace uses of set_size() 2021-12-08 13:57:48 -08:00
utils [lit] Pass the COMSPEC variable through to test processes on Windows 2021-12-08 23:29:39 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'" 2021-12-07 17:10:41 -08: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.