llvm-project/llvm
Jonas Paulsson 036242b868 [SystemZ] Bugfix in adjustSubwordCmp()
adjustSubwordCmp() should not optimize a load of an i1 value. This is
achieved by checking that the size and store-size of the MemoryVT are the
same.

Fixes https://bugs.llvm.org/show_bug.cgi?id=45511.

Review: Ulrich Weigand

Differential Revision: https://reviews.llvm.org/D78187
2020-04-15 12:58:39 +02:00
..
benchmarks
bindings
cmake Revert a few unsuccessful attempts at fixing bots. 2020-04-13 17:09:21 -04:00
docs [AMDGPU] Update DWARF proposal 2020-04-14 20:05:15 -04:00
examples Enable new passmanager plugin support for LTO. 2020-04-14 15:07:07 -07:00
include [NFC] clang-format IntrinsicInst.h|cpp 2020-04-15 12:05:23 +02:00
lib [SystemZ] Bugfix in adjustSubwordCmp() 2020-04-15 12:58:39 +02:00
projects
resources
runtimes
test [SystemZ] Bugfix in adjustSubwordCmp() 2020-04-15 12:58:39 +02:00
tools Allow disabling of vectorization using internal options 2020-04-14 18:09:10 -07:00
unittests Fix DWARFDataExtractor::getRelocatedValue near EOF 2020-04-15 12:47:57 +02:00
utils [gn build] Port 8c11bc0cd0 2020-04-15 09:38:24 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Flang] add flang as a new subproject in cmake 2020-04-09 16:13:18 +01: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.