hanchenye-llvm-project/llvm
Ayal Zaks 7bf299c8d8 [LV] Vectorize without versioning-for-unit-stride under -Os/-Oz
If a loop is in a function marked OptSize, Loop Access Analysis should refrain
from generating runtime checks for unit strides that will version the loop.

If a loop is in a function marked OptSize and its vectorization is enabled, it
should be vectorized w/o any versioning.

Fixes PR46228.

Differential Revision: https://reviews.llvm.org/D81345
2020-07-07 15:04:21 +03:00
..
benchmarks
bindings
cmake Fix missing build dependencies on omp_gen 2020-07-02 07:55:20 -06:00
docs fix typos to cycle bots 2020-07-06 20:37:11 -04:00
examples
include [SVE][CodeGen] Legalisation of unpredicated load instructions 2020-07-07 11:05:03 +01:00
lib [LV] Vectorize without versioning-for-unit-stride under -Os/-Oz 2020-07-07 15:04:21 +03:00
projects
resources
runtimes
test [LV] Vectorize without versioning-for-unit-stride under -Os/-Oz 2020-07-07 15:04:21 +03:00
tools [llvm-readobj] - Refine the error reporting in LLVMStyle<ELFT>::printELFLinkerOptions. 2020-07-07 14:04:17 +03:00
unittests [NFC] Adding the align attribute on Atomic{CmpXchg|RMW}Inst 2020-07-07 09:54:13 +00:00
utils [gn build] Port 939d8309db 2020-07-07 02:20:39 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Fix missing build dependencies on omp_gen 2020-07-02 07:55:20 -06: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.