llvm-capstone/llvm
Eli Friedman b5740105d2 [BitcodeReader] Fix DelayedShuffle handling for ConstantExpr shuffles.
The indexing was messed up, so the result was completely broken.

Shuffle constant exprs are rare in practice; without vscale types,
constant folding generally elminates them. So sort of hard to trip over.

Fixes regression from D72467.

Differential Revision: https://reviews.llvm.org/D80330
2020-06-23 19:50:30 -07:00
..
benchmarks
bindings
cmake Make ninja smart console builds more pretty 2020-06-22 06:35:13 -04:00
docs [AMDGPU] Update AMD GPU processor information 2020-06-23 18:47:56 -04:00
examples
include Remove GlobalValue::getAlignment(). 2020-06-23 19:13:42 -07:00
lib [BitcodeReader] Fix DelayedShuffle handling for ConstantExpr shuffles. 2020-06-23 19:50:30 -07:00
projects
resources
runtimes
test [BitcodeReader] Fix DelayedShuffle handling for ConstantExpr shuffles. 2020-06-23 19:50:30 -07:00
tools [NewPM] Attempt to run opt passes specified via -foo-pass under NPM 2020-06-23 10:10:40 -07:00
unittests [unittest, ADT] Add unit tests for itostr & utostr 2020-06-23 14:48:37 +01:00
utils [gn build] (semi-manually) Port d90443b1d9 2020-06-23 10:53:06 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Change CMake so that we only look for Z3 when LLVM_ENABLE_Z3_SOLVER is enabled 2020-06-23 14:49:56 -04:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.