llvm-project/llvm
Craig Topper f99514ac3a [RISCV] Remove SExtWRemovalCands set from RISCVSExtWRemoval.
After D137970, we do the fixable instruction conversion in place
so we don't need to worry about iterator invalidation. This lets
us to conversion and updates in a single loop.

Reviewed By: reames

Differential Revision: https://reviews.llvm.org/D138043
2022-11-21 19:24:02 -08:00
..
benchmarks
bindings [AggressiveInstCombine] Remove legacy PM pass 2022-11-15 14:35:15 -08:00
cmake [cmake] Fix _GNU_SOURCE being added unconditionally 2022-11-14 12:28:21 -08:00
docs [XCOFF] llvm-readobj support display symbol table of loader section of xcoff object file. 2022-11-21 10:11:12 -05:00
examples [Bye] Remove legacy pipeline registration 2022-11-18 13:47:19 -08:00
include Return None instead of Optional<T>() (NFC) 2022-11-21 19:06:42 -08:00
lib [RISCV] Remove SExtWRemovalCands set from RISCVSExtWRemoval. 2022-11-21 19:24:02 -08:00
projects
resources
runtimes [libc] Forward LLVM_LIBC options when using a runtimes build 2022-11-14 16:23:56 -06:00
test [RISCV] Prevent constant hoisting for (and (shl X, C), mask<<C) 2022-11-21 19:16:40 -08:00
tools Don't use Optional::getPointer (NFC) 2022-11-21 19:03:40 -08:00
unittests [Support] Use a custom base class for FormatVariadicTest.cpp (NFC) 2022-11-21 12:22:16 -08:00
utils [gn build] Add missing dep from check-bolt on llvm-bat-dump 2022-11-21 20:48:46 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
CODE_OWNERS.TXT [SPIRV] support the enqueue_kernel builtin function 2022-11-01 02:52:08 +03:00
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.