llvm-project/llvm
Caroline Concatto ad43217a04 [InstCombine] Fold for masked gather when loading the same value each time.
This patch checks in the masked gather when the first operand value is a
splat and the mask is all one, because the masked gather is reloading the
same value each time. This patch replaces this pattern of masked gather by
a scalar load of the value and splats it in a vector.

Differential Revision: https://reviews.llvm.org/D115726
2022-01-21 14:19:51 +00:00
..
benchmarks
bindings Fix forward for "signed version of createExpression" 2021-12-27 13:51:59 +01:00
cmake Revert "[llvm][cmake] Make `llvm_install_symlink` robust to absolute dirs." 2022-01-21 02:48:10 +00:00
docs [llvm-mca] Improve barriers for strict region marking (PR52198) 2022-01-21 11:25:05 +00:00
examples [llvm] Use `GNUInstallDirs` to support custom installation dirs 2022-01-08 00:47:31 +00:00
include Remove dependency from raw_ostream on <chrono> 2022-01-21 15:17:39 +01:00
lib [InstCombine] Fold for masked gather when loading the same value each time. 2022-01-21 14:19:51 +00:00
projects
resources
runtimes [runtimes] Remove LLVM_ENABLE_LLD 2021-12-17 15:03:57 -08:00
test [InstCombine] Fold for masked gather when loading the same value each time. 2022-01-21 14:19:51 +00:00
tools [llvm] Cleanup header dependencies in ADT and Support 2022-01-21 13:54:49 +01:00
unittests Remove dependency from raw_ostream on <chrono> 2022-01-21 15:17:39 +01:00
utils [gn build] Port 1755f5b1d7 2022-01-21 02:11:31 +00:00
.clang-format
.clang-tidy
.gitattributes Adding gitattributes for split-file tests 2022-01-18 15:37:18 -06:00
.gitignore
CMakeLists.txt [cmake] Make include(GNUInstallDirs) always below project(..) 2022-01-20 18:59:17 +00: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.