llvm-project/llvm
Jessica Paquette 68499112cf [AArch64][GlobalISel] Fold G_MUL into XRO load addressing mode when possible
If we have a G_MUL, and either the LHS or the RHS of that mul is the legal
shift value for a load addressing mode, we can fold it into the load.

This gives some code size savings on some SPEC tests. The best are around 2%
on 300.twolf and 3% on 254.gap.

Differential Revision: https://reviews.llvm.org/D65173

llvm-svn: 366954
2019-07-24 22:49:42 +00:00
..
benchmarks
bindings
cmake [CMake] Add -z defs on Solaris 2019-07-23 16:27:34 +00:00
docs FileCheck [8/12]: Define numeric var from expr 2019-07-24 12:38:22 +00:00
examples
include IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expressions. 2019-07-24 22:23:05 +00:00
lib [AArch64][GlobalISel] Fold G_MUL into XRO load addressing mode when possible 2019-07-24 22:49:42 +00:00
projects
resources
runtimes
test [AArch64][GlobalISel] Fold G_MUL into XRO load addressing mode when possible 2019-07-24 22:49:42 +00:00
tools Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections." 2019-07-24 18:29:33 +00:00
unittests [Remarks] Add support for serializing metadata for every remark streamer 2019-07-24 21:29:44 +00:00
utils gn build: Merge r366919 2019-07-24 17:04:44 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.