llvm-project/llvm
Dorit Nuzman 491ca2425d [LV] Fold-tail flag
This is the compiler-flag equivalent of the Predicate pragma
(https://reviews.llvm.org/D65197), to direct the vectorizer to fold the
remainder-loop into the main-loop using predication.

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

Reviewers: Ayal, hsaito, fhahn, SjoerdMeije
llvm-svn: 368801
2019-08-14 05:22:20 +00:00
..
benchmarks
bindings
cmake Remove minimum toolchain soft-error 2019-08-14 04:30:51 +00:00
docs Remove minimum toolchain soft-error 2019-08-14 04:30:51 +00:00
examples [ORC] Fix SpeculativeJIT example code broken by r368707. 2019-08-13 22:44:54 +00:00
include Revert '[LICM] Make Loop ICM profile aware' and 'Fix pass dependency for LICM' 2019-08-14 04:50:33 +00:00
lib [LV] Fold-tail flag 2019-08-14 05:22:20 +00:00
projects [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00
resources
runtimes
test [LV] Fold-tail flag 2019-08-14 05:22:20 +00:00
tools [NFCI] Explicitly provide user-defined constructor for SectionRef 2019-08-13 22:16:18 +00:00
unittests [ORC] Refactor definition-generation, add a generator for static libraries. 2019-08-13 16:05:18 +00:00
utils [FileCheck] Document FILECHECK_OPTS in -help 2019-08-14 02:56:20 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert the test commit 2019-08-09 20:52:39 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Update email address. 2019-07-17 07:02:02 +00:00
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.