LLVM backend for 6502
Go to file
Raul E. Silvera 6df2b69098 When analyzing vectors of element type that require legalization,
the legalization cost must be included to get an accurate
estimation of the total cost of the scalarized vector.
The inaccurate cost triggered unprofitable SLP vectorization on
32-bit X86.

Summary:
Include legalization overhead when computing scalarization cost

Reviewers: hfinkel, nadav

CC: chandlerc, rnk, llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D2992

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203509 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-10 22:59:13 +00:00
autoconf
bindings
cmake
docs Docs: remove paragraph about manual account creation. 2014-03-10 19:24:30 +00:00
examples
include Test commit: Remove trailing whitespace. 2014-03-10 22:24:07 +00:00
lib When analyzing vectors of element type that require legalization, 2014-03-10 22:59:13 +00:00
projects
test When analyzing vectors of element type that require legalization, 2014-03-10 22:59:13 +00:00
tools fix polly buildbot 2014-03-10 21:27:04 +00:00
unittests
utils [lit] Bump dev version number. 2014-03-10 21:58:16 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt fix PR13550: add a cmake WITH_POLLY option 2014-03-10 20:47:39 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, 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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.